mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-R/memoise: new package, added 2.0.1
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
32
dev-R/memoise/memoise-2.0.1.ebuild
Normal file
32
dev-R/memoise/memoise-2.0.1.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages edo
|
||||
|
||||
DESCRIPTION="'Memoisation' of Functions"
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
RESTRICT="!test? ( test )"
|
||||
IUSE="test"
|
||||
DEPEND="
|
||||
dev-R/rlang
|
||||
dev-R/cachem
|
||||
test? ( dev-R/testthat )
|
||||
"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/digest
|
||||
dev-R/aws-s3
|
||||
dev-R/covr
|
||||
dev-R/googleAuthR
|
||||
dev-R/googleCloudStorageR
|
||||
dev-r/httr
|
||||
dev-R/testthat
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
|
||||
}
|
||||
Reference in New Issue
Block a user