# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Signal Extraction from Panel Dat... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/SignalY_1.1.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_bayesplot r_suggests_gparotation r_suggests_knitr r_suggests_loo r_suggests_patchwork r_suggests_plotly r_suggests_posterior r_suggests_projpred r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_bayesplot? ( >=sci-CRAN/bayesplot-1.10.0 ) r_suggests_gparotation? ( sci-CRAN/GPArotation ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_loo? ( >=sci-CRAN/loo-2.6.0 ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_posterior? ( >=sci-CRAN/posterior-1.5.0 ) r_suggests_projpred? ( >=sci-CRAN/projpred-2.6.0 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/EMD-1.5.9 >=sci-CRAN/waveslim-1.8.4 >=sci-CRAN/urca-1.3.3 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'cmdstanr (>= 0.7.0)' )