# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Dynamic Logging for R Inspired b... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/dyn.log_0.4.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_devtools r_suggests_dt r_suggests_fansi r_suggests_here r_suggests_knitr r_suggests_lintr r_suggests_markdown r_suggests_pander r_suggests_prettydoc r_suggests_remotes r_suggests_rmarkdown r_suggests_testthat r_suggests_usethis" R_SUGGESTS=" r_suggests_covr? ( >=sci-CRAN/covr-3.5.1 ) r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_fansi? ( sci-CRAN/fansi ) r_suggests_here? ( sci-CRAN/here ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lintr? ( >=sci-CRAN/lintr-0.28 ) r_suggests_markdown? ( sci-CRAN/markdown ) r_suggests_pander? ( sci-CRAN/pander ) r_suggests_prettydoc? ( sci-CRAN/prettydoc ) r_suggests_remotes? ( sci-CRAN/remotes ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_usethis? ( sci-CRAN/usethis ) " DEPEND=">=sci-CRAN/glue-1.4.2 >=sci-CRAN/rlang-0.4.12 >=sci-CRAN/stringr-1.4.0 >=sci-CRAN/R6-2.5.1 >=sci-CRAN/crayon-1.4.1 >=sci-CRAN/yaml-2.2.1 >=dev-lang/R-4.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/pkgdown' )