# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Tidy dplyr/tidyr Verbs for Survey Design Objects' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/surveytidy_0.6.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_covr r_suggests_mockery r_suggests_pkgdown r_suggests_testthat r_suggests_tibble" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_mockery? ( sci-CRAN/mockery ) r_suggests_pkgdown? ( sci-CRAN/pkgdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) " DEPEND=">=sci-CRAN/vctrs-0.6.0 >=sci-CRAN/withr-2.5.0 >=sci-CRAN/rlang-1.1.0 >=sci-CRAN/cli-3.6.0 >=sci-CRAN/dplyr-1.2.0 >=dev-lang/R-4.3.0 >=sci-CRAN/haven-2.5.0 >=sci-CRAN/S7-0.1.0 >=sci-CRAN/surveycore-0.8.2 >=sci-CRAN/tidyr-1.3.0 >=sci-CRAN/tidyselect-1.2.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"