# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Estimating, Visualizing, and Tes... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/adrftools_0.1.0.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_compquadform r_suggests_dbarts r_suggests_fwb r_suggests_generics r_suggests_knitr r_suggests_matchthem r_suggests_mice r_suggests_rmarkdown r_suggests_survey r_suggests_weightit" R_SUGGESTS=" r_suggests_compquadform? ( >=sci-CRAN/CompQuadForm-1.4.4 ) r_suggests_dbarts? ( sci-CRAN/dbarts ) r_suggests_fwb? ( >=sci-CRAN/fwb-0.5.0 ) r_suggests_generics? ( sci-CRAN/generics ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_matchthem? ( sci-CRAN/MatchThem ) r_suggests_mice? ( sci-CRAN/mice ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_survey? ( sci-CRAN/survey ) r_suggests_weightit? ( sci-CRAN/WeightIt ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/cli-3.6.5 >=sci-CRAN/insight-1.4.3 >=sci-CRAN/ggplot2-4.0.0 >=sci-CRAN/collapse-2.1.3 >=sci-CRAN/marginaleffects-0.19.0 >=sci-CRAN/mvtnorm-1.3.3 >=sci-CRAN/rlang-1.1.0 >=sci-CRAN/sandwich-3.1.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"