summaryrefslogtreecommitdiff
path: root/dev-R/pkgload/pkgload-1.3.0.ebuild
blob: 8fa6d6f281ad350273212821fe930aebcb2d4000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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
"