summaryrefslogtreecommitdiff
path: root/dev-R/processx/processx-3.6.1.ebuild
blob: 63c4d4f2d8a3dde3fa3b71f50e0e6c58333a534e (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
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Execute and Control System Processes'
HOMEPAGE="
	https://cran.r-project.org/package=processx
	https://processx.r-lib.org/
	https://github.com/r-lib/processx
"

KEYWORDS="~amd64"
LICENSE='MIT'

DEPEND="
	>=dev-lang/R-3.4.0
	>=dev-R/ps-1.2.0
	dev-R/R6
"
RDEPEND="${DEPEND}"

SUGGESTED_PACKAGES="
	>=dev-R/callr-3.7.0
	>=dev-R/cli-1.1.0
	dev-R/codetools
	dev-R/covr
	dev-R/curl
	dev-R/debugme
	>=dev-R/testthat-3.0.0
	dev-R/withr
"