dev-R/data_table: new package, add 1.14.2

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-04 17:09:33 +01:00
parent 36078cbb46
commit b5beb2c6f5
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages edo
DESCRIPTION="Various Programming Utilities"
KEYWORDS="~amd64"
LICENSE='MPL-2.0'
CRAN_PN="data.table"
SRC_URI="mirror://cran/src/contrib/${CRAN_PN}_${PV}.tar.gz"
SUGGESTED_PACKAGES="
>=dev-R/bit64-4.0.0
>=dev-R/bit-4.0.4
dev-R/curl
dev-R/R_utils
dev-R/xts
dev-R/nanotime
>=dev-R/zoo-1.8.1
dev-R/yaml
dev-R/knitr
dev-R/rmarkdown
"
src_test() {
cd "${WORKDIR}/${P}/tests" || die
R_LIBS="${T}/R" edo Rscript --vanilla main.R
}