# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Reproducible Research with a Table of R Codes' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/rrtable_0.3.4.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_knitr" R_SUGGESTS="r_suggests_knitr? ( sci-CRAN/knitr )" DEPEND="sci-CRAN/magrittr sci-CRAN/rvg >=sci-CRAN/moonBook-0.1.8 >=sci-CRAN/ztable-0.1.8 sci-CRAN/editData sci-CRAN/rlang sci-CRAN/rmarkdown sci-CRAN/shinyWidgets sci-CRAN/ggpubr >=sci-CRAN/readr-1.1.1 >=sci-CRAN/purrr-0.2.4 >=sci-CRAN/ggplot2-2.2.0 >=sci-CRAN/officer-0.4.1 sci-CRAN/stringr >=sci-CRAN/flextable-0.4.4 sci-CRAN/devEMF sci-CRAN/shiny " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"