# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Weighting and Weighted Statistics' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/weights_1.1.1.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_glmnet r_suggests_mass r_suggests_mgcv r_suggests_nnet r_suggests_pscl r_suggests_vioplot" R_SUGGESTS=" r_suggests_glmnet? ( sci-CRAN/glmnet ) r_suggests_mass? ( virtual/MASS ) r_suggests_mgcv? ( virtual/mgcv ) r_suggests_nnet? ( virtual/nnet ) r_suggests_pscl? ( sci-CRAN/pscl ) r_suggests_vioplot? ( sci-CRAN/vioplot ) " DEPEND="sci-CRAN/Hmisc sci-CRAN/mice sci-CRAN/gdata sci-CRAN/lme4 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"