# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Recursive Partitioning for Graded Response Models' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/grmtree_0.2.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_dplyr r_suggests_hlt r_suggests_knitr r_suggests_magrittr r_suggests_psych r_suggests_psychotools r_suggests_psychotree r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_hlt? ( sci-CRAN/hlt ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_magrittr? ( sci-CRAN/magrittr ) r_suggests_psych? ( sci-CRAN/psych ) r_suggests_psychotools? ( sci-CRAN/psychotools ) r_suggests_psychotree? ( sci-CRAN/psychotree ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/partykit-1.2.9 >=sci-CRAN/mirt-1.36.1 sci-CRAN/rlang sci-CRAN/ggplot2 sci-CRAN/strucchange " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"