# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Personal Themes and Formatting Preferences' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/wjake_1.0.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_spelling r_suggests_taylor r_suggests_testthat r_suggests_vdiffr r_suggests_withr" R_SUGGESTS=" r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_taylor? ( sci-CRAN/taylor ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/knitr sci-CRAN/stringr sci-CRAN/sysfonts sci-CRAN/scales sci-CRAN/rstudioapi sci-CRAN/showtextdb >=dev-lang/R-4.5.0 sci-CRAN/dplyr sci-CRAN/english sci-CRAN/ggtext sci-CRAN/cli >=sci-CRAN/ggplot2-4.0.0 sci-CRAN/colorspace sci-CRAN/xfun sci-CRAN/gt sci-CRAN/glue sci-CRAN/systemfonts sci-CRAN/gh sci-CRAN/pak >=sci-CRAN/rlang-1.1.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"