# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Less Code with More Comprehensive Results' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/lessR_4.5.6.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_arrow r_suggests_distributional r_suggests_fable r_suggests_fabletools r_suggests_haven r_suggests_hexbin r_suggests_kernsmooth r_suggests_readods r_suggests_rmarkdown r_suggests_rstudioapi r_suggests_triangle r_suggests_tsibble r_suggests_wesanderson" R_SUGGESTS=" r_suggests_arrow? ( sci-CRAN/arrow ) r_suggests_distributional? ( sci-CRAN/distributional ) r_suggests_fable? ( sci-CRAN/fable ) r_suggests_fabletools? ( sci-CRAN/fabletools ) r_suggests_haven? ( sci-CRAN/haven ) r_suggests_hexbin? ( sci-CRAN/hexbin ) r_suggests_kernsmooth? ( virtual/KernSmooth ) r_suggests_readods? ( sci-CRAN/readODS ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rstudioapi? ( sci-CRAN/rstudioapi ) r_suggests_triangle? ( sci-CRAN/triangle ) r_suggests_tsibble? ( sci-CRAN/tsibble ) r_suggests_wesanderson? ( sci-CRAN/wesanderson ) " DEPEND="sci-CRAN/leaps sci-CRAN/htmlwidgets virtual/MASS sci-CRAN/knitr >=sci-CRAN/plotly-4.11.0 sci-CRAN/htmltools sci-CRAN/xts sci-CRAN/ellipse >=dev-lang/R-3.6.0 sci-CRAN/colorspace virtual/lattice sci-CRAN/robustbase sci-CRAN/openxlsx sci-CRAN/zoo sci-CRAN/shiny sci-CRAN/conflicted sci-CRAN/kableExtra virtual/lattice " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"