# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Syntax Highlighting and Automatic Linking' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/downlit_0.4.3.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_htmltools r_suggests_jsonlite r_suggests_mass r_suggests_pkgload r_suggests_rmarkdown r_suggests_testthat r_suggests_xml2" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_htmltools? ( sci-CRAN/htmltools ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_mass? ( virtual/MASS virtual/MASS ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND=">=dev-lang/R-3.4.0 sci-CRAN/memoise sci-CRAN/brio sci-CRAN/fansi sci-CRAN/desc sci-CRAN/vctrs sci-CRAN/evaluate sci-CRAN/digest sci-CRAN/rlang sci-CRAN/withr sci-CRAN/yaml " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"