dev-R/processx: add 3.6.1, drop 3.6.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-28 17:45:42 +02:00
parent bf708cb65c
commit cf8924d9a0
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,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
"