# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='High-Dimensional Mediation Analy... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/TransHDM_1.0.1.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown r_suggests_spelling" R_SUGGESTS=" r_suggests_knitr? ( >=sci-CRAN/knitr-1.50 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.30 ) r_suggests_spelling? ( >=sci-CRAN/spelling-2.3.2 ) " DEPEND=">=dev-lang/R-4.0.0 >=sci-CRAN/doParallel-1.0.17 virtual/MASS >=sci-CRAN/caret-7.0.1 >=sci-CRAN/glmnet-4.1.10 >=sci-CRAN/foreach-1.5.2 >=sci-CRAN/HDMT-1.0.5 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"