# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Import Data from EDC Software' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/EDCimport_0.4.1.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_callr r_suggests_gtools r_suggests_janitor r_suggests_knitr r_suggests_plotly r_suggests_testthat r_suggests_vdiffr r_suggests_withr" R_SUGGESTS=" r_suggests_callr? ( sci-CRAN/callr ) r_suggests_gtools? ( sci-CRAN/gtools ) r_suggests_janitor? ( sci-CRAN/janitor ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.1.8 ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/cli sci-CRAN/glue sci-CRAN/haven sci-CRAN/forcats sci-CRAN/labelled sci-CRAN/rlang sci-CRAN/tibble sci-CRAN/tidyr sci-CRAN/tidyselect >=dev-lang/R-3.1.0 sci-CRAN/dplyr sci-CRAN/ggplot2 sci-CRAN/purrr sci-CRAN/readr sci-CRAN/stringr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"