# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Conditional Formatting in Data Frames' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/condformat_0.11.0.tar.gz" LICENSE='BSD' IUSE="${IUSE-} r_suggests_gtable r_suggests_openxlsx r_suggests_promises r_suggests_rmarkdown r_suggests_shiny r_suggests_testthat r_suggests_vdiffr" R_SUGGESTS=" r_suggests_gtable? ( >=sci-CRAN/gtable-0.3.6 ) r_suggests_openxlsx? ( >=sci-CRAN/openxlsx-4.2.8 ) r_suggests_promises? ( sci-CRAN/promises ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.29 ) r_suggests_shiny? ( >=sci-CRAN/shiny-1.11.1 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.2.3 ) r_suggests_vdiffr? ( >=sci-CRAN/vdiffr-1.0.8 ) " DEPEND=">=dev-lang/R-4.1 >=sci-CRAN/htmlTable-2.4.3 >=sci-CRAN/knitr-1.50 >=sci-CRAN/htmltools-0.5.8.1 >=sci-CRAN/dplyr-1.1.4 >=sci-CRAN/rlang-1.1.6 >=sci-CRAN/scales-1.4.0 >=sci-CRAN/tibble-3.3.0 >=sci-CRAN/tidyselect-1.2.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"