# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Colorblind-Friendly Color Maps (Lite Version)' KEYWORDS="~amd64 ~arm64-macos ~x64-macos" SRC_URI="http://cran.r-project.org/src/contrib/viridisLite_0.4.2.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_ggplot2 r_suggests_hexbin r_suggests_testthat" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-1.0.1 ) r_suggests_hexbin? ( >=sci-CRAN/hexbin-1.27.0 ) r_suggests_testthat? ( sci-CRAN/testthat ) " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"