diff options
Diffstat (limited to 'dev-R/xtable/xtable-1.8.4.ebuild')
-rw-r--r-- | dev-R/xtable/xtable-1.8.4.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-R/xtable/xtable-1.8.4.ebuild b/dev-R/xtable/xtable-1.8.4.ebuild deleted file mode 100644 index 187b38ca0..000000000 --- a/dev-R/xtable/xtable-1.8.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit R-packages edo - -DESCRIPTION="Export Tables to LaTeX or HTML" -KEYWORDS="~amd64" -LICENSE='GPL-2+' -RESTRICT="!test? ( test )" -IUSE="test" -CRAN_PV="$(ver_rs 2 -)" - -SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz" - -SUGGESTED_PACKAGES=" - dev-R/knitr - dev-R/plm - dev-R/zoo - dev-R/survival -" - -src_test() { - cd "${WORKDIR}/${P}/tests" || die - for i in *.R; do - R_LIBS="${T}/R" edo Rscript --vanilla $i - done -} |