# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Various Utilities for Microbial ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/enveomics.R_1.9.1.tar.gz" LICENSE='Artistic-2' IUSE="${IUSE-} r_suggests_ape r_suggests_gplots r_suggests_optparse r_suggests_picante r_suggests_vegan" R_SUGGESTS=" r_suggests_ape? ( sci-CRAN/ape ) r_suggests_gplots? ( sci-CRAN/gplots ) r_suggests_optparse? ( sci-CRAN/optparse ) r_suggests_picante? ( sci-CRAN/picante ) r_suggests_vegan? ( sci-CRAN/vegan ) " DEPEND="sci-CRAN/fitdistrplus sci-CRAN/sn sci-CRAN/investr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"