# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Analysis and Simulation of Plant... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/epifitter_0.3.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_cowplot r_suggests_ggridges r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_ggridges? ( sci-CRAN/ggridges ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) " DEPEND="sci-CRAN/magrittr sci-CRAN/tibble sci-CRAN/dplyr sci-CRAN/deSolve >=dev-lang/R-3.2 sci-CRAN/ggplot2 sci-CRAN/knitr sci-CRAN/tidyr sci-CRAN/DescTools sci-CRAN/minpack_lm " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"