# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Fitbit Visualizations' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/fitbitViz_1.0.8.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_dt r_suggests_knitr r_suggests_magick r_suggests_rayshader r_suggests_rgl r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_dt? ( sci-CRAN/DT ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_magick? ( sci-CRAN/magick ) r_suggests_rayshader? ( sci-CRAN/rayshader ) r_suggests_rgl? ( sci-CRAN/rgl ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/leaflet sci-CRAN/leafgl >=dev-lang/R-3.5 sci-CRAN/ggplot2 sci-CRAN/lubridate sci-CRAN/data_table sci-CRAN/scales sci-CRAN/ggthemes sci-CRAN/terra >=sci-CRAN/raster-3.6.3 sci-CRAN/hms sci-CRAN/sf sci-CRAN/magrittr sci-CRAN/patchwork sci-CRAN/rstudioapi sci-CRAN/XML sci-CRAN/lifecycle sci-CRAN/glue sci-CRAN/viridis sci-CRAN/paletteer sci-CRAN/reshape2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/CopernicusDEM' )