aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/pkgload/pkgload-1.3.0.ebuild')
-rw-r--r--dev-R/pkgload/pkgload-1.3.0.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-R/pkgload/pkgload-1.3.0.ebuild b/dev-R/pkgload/pkgload-1.3.0.ebuild
deleted file mode 100644
index 8fa6d6f28..000000000
--- a/dev-R/pkgload/pkgload-1.3.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-DESCRIPTION='Simulate Package Installation and Attach'
-HOMEPAGE="
- https://cran.r-project.org/package=pkgload
- https://github.com/r-lib/pkgload
- https://pkgload.r-lib.org/
-"
-
-KEYWORDS="~amd64"
-LICENSE='GPL-3'
-
-DEPEND="
- >=dev-R/cli-3.3.0
- dev-R/desc
- dev-R/crayon
- dev-R/fs
- dev-R/glue
- dev-R/rprojroot
- >=dev-R/rlang-1.0.3
- dev-R/rstudioapi
- >=dev-R/withr-2.4.3
-"
-RDEPEND="${DEPEND}"
-
-SUGGESTED_PACKAGES="
- dev-R/bitops
- dev-R/mathjaxr
- dev-R/pak
- dev-R/covr
- dev-R/pkgbuild
- dev-R/Rcpp
- >=dev-R/testthat-3.1.0
- dev-R/remotes
- dev-R/rstudioapi
-"