# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Clustering of Weighted Data' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/WeightedCluster_1.8-1.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_betareg r_suggests_cairo r_suggests_dirichletreg r_suggests_isotone r_suggests_knitr r_suggests_lattice r_suggests_progress r_suggests_rmarkdown r_suggests_runit r_suggests_vegan" R_SUGGESTS=" r_suggests_betareg? ( sci-CRAN/betareg ) r_suggests_cairo? ( sci-CRAN/Cairo ) r_suggests_dirichletreg? ( sci-CRAN/DirichletReg ) r_suggests_isotone? ( sci-CRAN/isotone ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lattice? ( virtual/lattice ) r_suggests_progress? ( sci-CRAN/progress ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_runit? ( sci-CRAN/RUnit ) r_suggests_vegan? ( sci-CRAN/vegan ) " DEPEND="virtual/cluster >=sci-CRAN/TraMineR-2.0.6 >=dev-lang/R-3.0.0 sci-CRAN/RColorBrewer virtual/cluster sci-CRAN/foreach sci-CRAN/progressr sci-CRAN/future sci-CRAN/doFuture virtual/nnet sci-CRAN/vegclust " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"