# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Correction Factors for Tree Plot... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/treePlotArea_2.1.0.tar.gz" LICENSE='BSD-2' IUSE="${IUSE-} r_suggests_checkmate r_suggests_pkgload r_suggests_plotrix r_suggests_rmarkdown r_suggests_rprojroot r_suggests_runit r_suggests_testthat r_suggests_tinytest" R_SUGGESTS=" r_suggests_checkmate? ( sci-CRAN/checkmate ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_plotrix? ( sci-CRAN/plotrix ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rprojroot? ( sci-CRAN/rprojroot ) r_suggests_runit? ( sci-CRAN/RUnit ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tinytest? ( sci-CRAN/tinytest ) " DEPEND="sci-CRAN/fritools sci-CRAN/sf >=dev-lang/R-4.0.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"