Files
guru/dev-R/processx/processx-3.6.1.ebuild
Alessandro Barbieri cf8924d9a0 dev-R/processx: add 3.6.1, drop 3.6.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-06-28 17:45:42 +02:00

35 lines
576 B
Bash

# 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
"