# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Distance-Based Learning for Mixed-Type Data' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/manydist_0.5.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_arules r_suggests_clustmixtype r_suggests_fd r_suggests_klar r_suggests_mclust r_suggests_palmerpenguins r_suggests_paralleldist r_suggests_statmatch r_suggests_workflows" R_SUGGESTS=" r_suggests_arules? ( sci-CRAN/arules ) r_suggests_clustmixtype? ( sci-CRAN/clustMixType ) r_suggests_fd? ( sci-CRAN/FD ) r_suggests_klar? ( sci-CRAN/klaR ) r_suggests_mclust? ( sci-CRAN/mclust ) r_suggests_palmerpenguins? ( sci-CRAN/palmerpenguins ) r_suggests_paralleldist? ( sci-CRAN/parallelDist ) r_suggests_statmatch? ( sci-CRAN/StatMatch ) r_suggests_workflows? ( sci-CRAN/workflows ) " DEPEND="sci-CRAN/parsnip sci-CRAN/readr sci-CRAN/recipes sci-CRAN/distances sci-CRAN/tidyr sci-CRAN/dplyr sci-CRAN/purrr sci-CRAN/entropy sci-CRAN/ggplot2 sci-CRAN/fpc sci-CRAN/magrittr sci-CRAN/philentropy sci-CRAN/dials sci-CRAN/generics >=dev-lang/R-4.5.0 sci-CRAN/tidyselect sci-CRAN/aricode sci-CRAN/kdml virtual/cluster virtual/cluster virtual/Matrix sci-CRAN/rlang sci-CRAN/rsample sci-CRAN/tibble sci-CRAN/tune sci-CRAN/fastDummies sci-CRAN/forcats sci-CRAN/Rfast sci-CRAN/data_table " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"