# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Work with BIDS (Brain Imaging Da... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/bidser_0.5.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_albersdown r_suggests_covr r_suggests_crayon r_suggests_future r_suggests_future_apply r_suggests_ggplot2 r_suggests_gluedown r_suggests_httr r_suggests_knitr r_suggests_lintr r_suggests_neuroim2 r_suggests_patchwork r_suggests_pkgdown r_suggests_plotly r_suggests_rmarkdown r_suggests_rnifti r_suggests_scales r_suggests_stringdist r_suggests_testthat r_suggests_viridis" R_SUGGESTS=" r_suggests_albersdown? ( sci-CRAN/albersdown ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_crayon? ( sci-CRAN/crayon ) r_suggests_future? ( sci-CRAN/future ) r_suggests_future_apply? ( sci-CRAN/future_apply ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_gluedown? ( sci-CRAN/gluedown ) r_suggests_httr? ( sci-CRAN/httr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lintr? ( sci-CRAN/lintr ) r_suggests_neuroim2? ( sci-CRAN/neuroim2 ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_pkgdown? ( sci-CRAN/pkgdown ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rnifti? ( sci-CRAN/RNifti ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_stringdist? ( sci-CRAN/stringdist ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_viridis? ( sci-CRAN/viridis ) " DEPEND="sci-CRAN/readr sci-CRAN/purrr sci-CRAN/tibble sci-CRAN/data_table sci-CRAN/tidyselect sci-CRAN/rlang >=dev-lang/R-4.1.0 sci-CRAN/data_tree sci-CRAN/stringr sci-CRAN/dplyr sci-CRAN/fs sci-CRAN/jsonlite sci-CRAN/tidyr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"