mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
dev-R/testthat: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
34
dev-R/testthat/testthat-3.0.2.ebuild
Normal file
34
dev-R/testthat/testthat-3.0.2.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Unit Testing for R'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND="
|
||||
>=dev-R/rlang-0.4.9
|
||||
>=dev-R/ps-1.3.4
|
||||
>=dev-R/withr-2.3.0
|
||||
dev-R/brio
|
||||
>=dev-R/cli-2.2.0
|
||||
dev-R/desc
|
||||
>=dev-R/ellipsis-0.2.0
|
||||
dev-R/jsonlite
|
||||
dev-R/magrittr
|
||||
dev-R/praise
|
||||
>=dev-R/R6-2.2.0
|
||||
dev-R/pkgload
|
||||
>=dev-lang/R-3.1
|
||||
>=dev-R/callr-3.5.1
|
||||
dev-R/digest
|
||||
dev-R/evaluate
|
||||
>=dev-R/crayon-1.3.4
|
||||
dev-R/lifecycle
|
||||
dev-R/processx
|
||||
>=dev-R/waldo-0.2.4
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user