# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='A Collection of Tools and Helper... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/tidytidbits_0.3.3.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_survival" R_SUGGESTS="r_suggests_survival? ( virtual/survival )" DEPEND="sci-CRAN/tibble sci-CRAN/forcats >=sci-CRAN/dplyr-1.0.0 sci-CRAN/tidyselect >=sci-CRAN/rlang-0.4.0 sci-CRAN/purrr sci-CRAN/stringr sci-CRAN/tidyr sci-CRAN/extrafont sci-CRAN/magrittr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"