# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Tidy Finance Helper Functions' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/tidyfinance_0.8.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat r_suggests_withr" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.2.0 ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=sci-CRAN/lubridate-1.9.3 sci-CRAN/lifecycle >=sci-CRAN/rlang-1.1.3 >=sci-CRAN/purrr-1.0.2 >=sci-CRAN/DBI-1.2.2 >=sci-CRAN/RPostgres-1.4.5 >=sci-CRAN/tidyr-1.3.1 sci-CRAN/tibble >=sci-CRAN/httr2-1.0.0 >=sci-CRAN/sandwich-3.1.0 >=dev-lang/R-4.1 sci-CRAN/jsonlite sci-CRAN/cli >=sci-CRAN/dbplyr-2.5.0 >=sci-CRAN/dplyr-1.1.4 >=sci-CRAN/nanoparquet-0.5.1 >=sci-CRAN/slider-0.3.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"