# Copyright 1999-2023 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.1.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/flextable-0.8.3 sci-CRAN/magrittr >=sci-CRAN/tidyselect-1.1.0 sci-CRAN/rlang sci-CRAN/tibble >=sci-CRAN/dplyr-1.0.0 sci-CRAN/tidyr sci-CRAN/jsonlite >=sci-CRAN/purrr-1.0.0 sci-CRAN/rmarkdown sci-CRAN/stringr sci-CRAN/xfun sci-CRAN/yaml sci-CRAN/vctrs " RDEPEND="${DEPEND-} app-text/pandoc ${R_SUGGESTS-} "