# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Extensions for Flextable' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ftExtra_0.6.3.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_knitr r_suggests_qpdf r_suggests_testthat" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_qpdf? ( sci-CRAN/qpdf ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.1.0 ) " DEPEND=">=sci-CRAN/dplyr-1.0.0 sci-CRAN/jsonlite sci-CRAN/rlang >=sci-CRAN/flextable-0.9.5 sci-CRAN/stringr sci-CRAN/tibble sci-CRAN/xfun sci-CRAN/yaml sci-CRAN/vctrs sci-CRAN/tidyr >=sci-CRAN/purrr-1.0.0 sci-CRAN/magrittr sci-CRAN/rmarkdown >=sci-CRAN/tidyselect-1.1.0 " RDEPEND="${DEPEND-} app-text/pandoc ${R_SUGGESTS-} "