# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit R-packages

DESCRIPTION='Functions for Analyzing and Plot... (see metadata)'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/SWMPrExtension_2.2.5.tar.gz"
LICENSE='CC0-1.0'

IUSE="${IUSE-} r_suggests_ggmap r_suggests_testthat"
R_SUGGESTS="
	r_suggests_ggmap? ( >=sci-CRAN/ggmap-4.0.0 )
	r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 )
"
DEPEND="sci-CRAN/scales
	sci-CRAN/SWMPr
	sci-CRAN/RColorBrewer
	sci-CRAN/dplyr
	sci-CRAN/flextable
	sci-CRAN/ggimage
	sci-CRAN/magrittr
	sci-CRAN/tidyr
	sci-CRAN/ggthemes
	sci-CRAN/sf
	sci-CRAN/broom
	sci-CRAN/EnvStats
	sci-CRAN/lubridate
	sci-CRAN/ggplot2
	sci-CRAN/rlang
	sci-CRAN/tidyselect
	sci-CRAN/curl
	sci-CRAN/purrr
	sci-CRAN/officer
	>=dev-lang/R-4.0
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"