# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Less Code, More Results' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/lessR_4.3.2.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_arrow r_suggests_haven r_suggests_kernsmooth r_suggests_readods r_suggests_rmarkdown r_suggests_triangle r_suggests_wesanderson" R_SUGGESTS=" r_suggests_arrow? ( sci-CRAN/arrow ) r_suggests_haven? ( sci-CRAN/haven ) r_suggests_kernsmooth? ( virtual/KernSmooth ) r_suggests_readods? ( sci-CRAN/readODS ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_triangle? ( sci-CRAN/triangle ) r_suggests_wesanderson? ( sci-CRAN/wesanderson ) " DEPEND=">=dev-lang/R-3.6.0 sci-CRAN/robustbase virtual/lattice sci-CRAN/colorspace sci-CRAN/ellipse virtual/lattice sci-CRAN/leaps sci-CRAN/openxlsx sci-CRAN/shiny sci-CRAN/knitr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"