aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/testit/testit-0.13.ebuild')
-rw-r--r--dev-R/testit/testit-0.13.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-R/testit/testit-0.13.ebuild b/dev-R/testit/testit-0.13.ebuild
deleted file mode 100644
index 4317d2d9b..000000000
--- a/dev-R/testit/testit-0.13.ebuild
+++ /dev/null
@@ -1,20 +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='A Simple Package for Testing R Packages'
-KEYWORDS="~amd64"
-LICENSE='GPL-3'
-
-SUGGESTED_PACKAGES="
- dev-R/rstudioapi
- dev-R/covr
-"
-
-src_test() {
- cd "${WORKDIR}/${P}/tests" || die
- R_LIBS="${T}/R" edo Rscript --vanilla test-all.R
-}