# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='R Commander Miscellaneous Functions' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/RcmdrMisc_2.10.2.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_boot r_suggests_cardata" R_SUGGESTS=" r_suggests_boot? ( virtual/boot ) r_suggests_cardata? ( sci-CRAN/carData ) " DEPEND="sci-CRAN/e1071 sci-CRAN/haven sci-CRAN/nortest sci-CRAN/readxl >=dev-lang/R-3.5.0 sci-CRAN/readstata13 sci-CRAN/sandwich >=sci-CRAN/car-3.0.0 sci-CRAN/abind sci-CRAN/colorspace >=sci-CRAN/Hmisc-4.1.0 virtual/MASS virtual/foreign virtual/lattice " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"