# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Serology-Based Data Analysis and Visualization' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/SeroTrackR_1.1.1.tar.gz" IUSE="${IUSE-} r_suggests_glue r_suggests_htmltools r_suggests_httr r_suggests_jsonlite r_suggests_readr r_suggests_rsconnect r_suggests_shiny_fluent r_suggests_tidyverse r_suggests_zoo" R_SUGGESTS=" r_suggests_glue? ( sci-CRAN/glue ) r_suggests_htmltools? ( sci-CRAN/htmltools ) r_suggests_httr? ( sci-CRAN/httr ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_rsconnect? ( sci-CRAN/rsconnect ) r_suggests_shiny_fluent? ( sci-CRAN/shiny_fluent ) r_suggests_tidyverse? ( sci-CRAN/tidyverse ) r_suggests_zoo? ( sci-CRAN/zoo ) " DEPEND="sci-CRAN/stringr sci-CRAN/ranger sci-CRAN/drc sci-CRAN/tidyr sci-CRAN/rmarkdown sci-CRAN/forcats sci-CRAN/kableExtra sci-CRAN/knitr sci-CRAN/magrittr sci-CRAN/workflows sci-CRAN/readxl sci-CRAN/openxlsx sci-CRAN/purrr >=dev-lang/R-4.1.0 sci-CRAN/ggplot2 sci-CRAN/parsnip sci-CRAN/janitor sci-CRAN/dplyr sci-CRAN/here sci-CRAN/tidyselect " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"