# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Deconvolution and Alignment of 1d NMR Spectra' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/metabodecon_1.6.2.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_covr r_suggests_devtools r_suggests_diffobj r_suggests_digest r_suggests_glue r_suggests_impute r_suggests_knitr r_suggests_lifecycle r_suggests_mass r_suggests_pkgbuild r_suggests_pkgload r_suggests_r_devices r_suggests_rcmdcheck r_suggests_remotes r_suggests_rmarkdown r_suggests_testthat r_suggests_usethis r_suggests_v8 r_suggests_vdiffr r_suggests_waldo" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_diffobj? ( sci-CRAN/diffobj ) r_suggests_digest? ( sci-CRAN/digest ) r_suggests_glue? ( sci-CRAN/glue ) r_suggests_impute? ( sci-BIOC/impute ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lifecycle? ( sci-CRAN/lifecycle ) r_suggests_mass? ( virtual/MASS ) r_suggests_pkgbuild? ( sci-CRAN/pkgbuild ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_r_devices? ( sci-CRAN/R_devices ) r_suggests_rcmdcheck? ( sci-CRAN/rcmdcheck ) r_suggests_remotes? ( sci-CRAN/remotes ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_usethis? ( sci-CRAN/usethis ) r_suggests_v8? ( sci-CRAN/V8 ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) r_suggests_waldo? ( sci-CRAN/waldo ) " DEPEND=">=dev-lang/R-3.5.0 sci-CRAN/speaq sci-CRAN/readJDX sci-CRAN/mathjaxr sci-CRAN/data_table >=sci-CRAN/toscutil-2.8.0 sci-CRAN/withr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'mdrb' 'sci-CRAN/microbenchmark' )