# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Paleoecology Functions for Regime Shift Analysis' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/rshift_2.1.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_r_rsp" R_SUGGESTS="r_suggests_r_rsp? ( sci-CRAN/R_rsp )" DEPEND="sci-CRAN/dplyr sci-CRAN/magrittr sci-CRAN/zoo sci-CRAN/ggplot2 >=dev-lang/R-3.5.0 sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"