# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Companion R Package for the formr Survey Framework' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/formr_1.1.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_commonmark r_suggests_mockery r_suggests_plotly r_suggests_rstudioapi r_suggests_testthat r_suggests_vcr r_suggests_withr" R_SUGGESTS=" r_suggests_commonmark? ( sci-CRAN/commonmark ) r_suggests_mockery? ( sci-CRAN/mockery ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_rstudioapi? ( sci-CRAN/rstudioapi ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_vcr? ( sci-CRAN/vcr ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/scales sci-CRAN/dplyr sci-CRAN/haven sci-CRAN/ggplot2 sci-CRAN/stringr sci-CRAN/otp >=dev-lang/R-4.1.0 sci-CRAN/httr sci-CRAN/lubridate sci-CRAN/knitr sci-CRAN/purrr sci-CRAN/readr sci-CRAN/rlang sci-CRAN/rmarkdown sci-CRAN/curl sci-CRAN/tidyr sci-CRAN/keyring sci-CRAN/jsonlite " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"