# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Scale Functions for Visualization' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/scales_1.3.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_bit64 r_suggests_covr r_suggests_dichromat r_suggests_ggplot2 r_suggests_hms r_suggests_stringi r_suggests_testthat" R_SUGGESTS=" r_suggests_bit64? ( sci-CRAN/bit64 ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_dichromat? ( sci-CRAN/dichromat ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_hms? ( >=sci-CRAN/hms-0.5.0 ) r_suggests_stringi? ( sci-CRAN/stringi ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-3.6 sci-CRAN/cli >=sci-CRAN/rlang-1.0.0 sci-CRAN/RColorBrewer sci-CRAN/labeling >=sci-CRAN/farver-2.0.3 sci-CRAN/glue sci-CRAN/lifecycle >=sci-CRAN/munsell-0.5 sci-CRAN/R6 sci-CRAN/viridisLite " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"