# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Methods for Deliberation Analysis' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/deliberr_0.1.3.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_dt r_suggests_knitr r_suggests_readxl r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_dt? ( sci-CRAN/DT ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_readxl? ( sci-CRAN/readxl ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) " DEPEND="sci-CRAN/tidyr sci-CRAN/rstatix sci-CRAN/psych sci-CRAN/glue sci-CRAN/lifecycle sci-CRAN/rlang sci-CRAN/uuid sci-CRAN/jsonlite >=dev-lang/R-3.5 sci-CRAN/dplyr sci-CRAN/shiny sci-CRAN/tibble sci-CRAN/ggplot2 sci-CRAN/readr sci-CRAN/httr sci-CRAN/purrr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"