# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit R-packages

DESCRIPTION='Comprehensive Luminescence Dating Data Analysis'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/Luminescence_0.9.23.tar.gz"
LICENSE='GPL-3'

IUSE="${IUSE-} r_suggests_coda r_suggests_pander r_suggests_plotly
	r_suggests_r_rsp r_suggests_rjags r_suggests_rmarkdown
	r_suggests_rstudioapi r_suggests_spelling r_suggests_testthat
	r_suggests_tiff"
R_SUGGESTS="
	r_suggests_coda? ( >=sci-CRAN/coda-0.19.4 )
	r_suggests_pander? ( >=sci-CRAN/pander-0.6.5 )
	r_suggests_plotly? ( >=sci-CRAN/plotly-4.10.2 )
	r_suggests_r_rsp? ( >=sci-CRAN/R_rsp-0.45.0 )
	r_suggests_rjags? ( >=sci-CRAN/rjags-4.14 )
	r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.25 )
	r_suggests_rstudioapi? ( >=sci-CRAN/rstudioapi-0.15.0 )
	r_suggests_spelling? ( >=sci-CRAN/spelling-2.2.1 )
	r_suggests_testthat? ( >=sci-CRAN/testthat-3.2.0 )
	r_suggests_tiff? ( >=sci-CRAN/tiff-0.1.11 )
"
DEPEND=">=dev-lang/R-4.2
	>=sci-CRAN/interp-1.1.4
	>=sci-CRAN/bbmle-1.0.25
	>=sci-CRAN/mclust-6.0.0
	virtual/Matrix
	>=sci-CRAN/Rcpp-1.0.11
	>=sci-CRAN/data_table-1.14.8
	>=sci-CRAN/DEoptim-2.2.8
	>=sci-CRAN/httr-1.4.7
	>=sci-CRAN/lamW-2.2.1
	>=sci-CRAN/minpack_lm-1.2.4
	>=sci-CRAN/readxl-1.4.3
	>=sci-CRAN/shape-1.4.6
	>=sci-CRAN/XML-3.99.0.15
	>=sci-CRAN/zoo-1.8.12
"
RDEPEND="${DEPEND-}
	>=sci-CRAN/Rcpp-1.0.11
	>=sci-CRAN/RcppArmadillo-0.12.6.6.0
	${R_SUGGESTS-}
"

_UNRESOLVED_PACKAGES=( '>=sci-CRAN/devtools-2.4.5' )