# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Lightweight Auto-Updating Projec... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/tinytrail_0.1.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_arrow r_suggests_data_table r_suggests_ggplot2 r_suggests_haven r_suggests_jsonlite r_suggests_kableextra r_suggests_knitr r_suggests_openxlsx r_suggests_purrr r_suggests_readr r_suggests_rmarkdown r_suggests_rstudioapi r_suggests_testthat r_suggests_tinytable r_suggests_withr r_suggests_writexl" R_SUGGESTS=" r_suggests_arrow? ( sci-CRAN/arrow ) r_suggests_data_table? ( sci-CRAN/data_table ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_haven? ( sci-CRAN/haven ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_kableextra? ( sci-CRAN/kableExtra ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_openxlsx? ( sci-CRAN/openxlsx ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rstudioapi? ( sci-CRAN/rstudioapi ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tinytable? ( sci-CRAN/tinytable ) r_suggests_withr? ( sci-CRAN/withr ) r_suggests_writexl? ( sci-CRAN/writexl ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/yaml " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"