# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Bioinformatic Distances' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/BIDistances_0.1.5.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_ineq r_suggests_knitr r_suggests_manydist r_suggests_memshare r_suggests_opencl r_suggests_philentropy r_suggests_remotes r_suggests_rmarkdown r_suggests_sphet r_suggests_transport" R_SUGGESTS=" r_suggests_ineq? ( sci-CRAN/ineq ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_manydist? ( >=sci-CRAN/manydist-0.5.0 ) r_suggests_memshare? ( sci-CRAN/memshare ) r_suggests_opencl? ( sci-CRAN/OpenCL ) r_suggests_philentropy? ( >=sci-CRAN/philentropy-0.10.0 ) r_suggests_remotes? ( sci-CRAN/remotes ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_sphet? ( sci-CRAN/sphet ) r_suggests_transport? ( sci-CRAN/transport ) " DEPEND="sci-CRAN/pracma >=dev-lang/R-3.5.0 >=sci-CRAN/Rcpp-1.0.8 sci-CRAN/parallelDist sci-CRAN/ggplot2 sci-CRAN/RcppParallel sci-CRAN/DataVisualizations sci-CRAN/diptest sci-CRAN/e1071 sci-CRAN/vegan " RDEPEND="${DEPEND-} sci-CRAN/Rcpp app-text/pandoc sci-CRAN/RcppArmadillo sci-CRAN/RcppParallel ${R_SUGGESTS-} "