# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Analyze Data from the Truth Commission in Colombia' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/verdata_1.0.0.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_covr r_suggests_spelling r_suggests_testthat" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/tidyselect sci-CRAN/rlang >=dev-lang/R-3.5 sci-CRAN/digest sci-CRAN/stringr sci-CRAN/dplyr sci-CRAN/purrr sci-CRAN/assertr sci-CRAN/LCMCR sci-CRAN/glue sci-CRAN/logger sci-CRAN/Rdpack sci-CRAN/readr sci-CRAN/tibble sci-CRAN/tidyr sci-CRAN/rjson sci-CRAN/magrittr sci-CRAN/arrow " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"