# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Journal Abbreviations for BibTeX Documents' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/journalabbr_0.4.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_dt r_suggests_knitr r_suggests_rclipboard r_suggests_rmarkdown r_suggests_testthat r_suggests_tinytex" R_SUGGESTS=" r_suggests_dt? ( sci-CRAN/DT ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.33 ) r_suggests_rclipboard? ( sci-CRAN/rclipboard ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.7 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tinytex? ( sci-CRAN/tinytex ) " DEPEND="sci-CRAN/data_table sci-CRAN/tidytable sci-CRAN/stringr sci-CRAN/httr >=dev-lang/R-4.2.0 sci-CRAN/purrr sci-CRAN/shiny sci-CRAN/stringi " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"