aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/R_methodsS3/R_methodsS3-1.8.2.ebuild')
-rw-r--r--dev-R/R_methodsS3/R_methodsS3-1.8.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-R/R_methodsS3/R_methodsS3-1.8.2.ebuild b/dev-R/R_methodsS3/R_methodsS3-1.8.2.ebuild
deleted file mode 100644
index 52ae9c545..000000000
--- a/dev-R/R_methodsS3/R_methodsS3-1.8.2.ebuild
+++ /dev/null
@@ -1,24 +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="S3 Methods Simplified"
-KEYWORDS="~amd64"
-LICENSE='LGPL-2.1+'
-CRAN_PN="R.methodsS3"
-
-SRC_URI="mirror://cran/src/contrib/${CRAN_PN}_${PV}.tar.gz"
-
-SUGGESTED_PACKAGES="
- dev-R/codetools
-"
-
-src_test() {
- cd "${WORKDIR}/${P}/tests" || die
- for i in *.R; do
- R_LIBS="${T}/R" edo Rscript --vanilla $i
- done
-}