# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Create Tests According to QTI 2.1 Standard' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/rqti_1.2.1.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_callr r_suggests_chromote r_suggests_covr r_suggests_dplyr r_suggests_httpuv r_suggests_pkgload r_suggests_rcurl r_suggests_readr r_suggests_testthat r_suggests_xml" R_SUGGESTS=" r_suggests_callr? ( sci-CRAN/callr ) r_suggests_chromote? ( sci-CRAN/chromote ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_httpuv? ( sci-CRAN/httpuv ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_rcurl? ( sci-CRAN/RCurl ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_xml? ( sci-CRAN/XML ) " DEPEND="sci-CRAN/textutils sci-CRAN/rstudioapi sci-CRAN/yaml sci-CRAN/magrittr sci-CRAN/exams sci-CRAN/zip sci-CRAN/htmltools sci-CRAN/servr sci-CRAN/xml2 sci-CRAN/curl sci-CRAN/stringr sci-CRAN/httr2 sci-CRAN/base64enc sci-CRAN/keyring sci-CRAN/knitr sci-CRAN/getPass sci-CRAN/lifecycle sci-CRAN/rmarkdown " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"