mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-R/data_table: new package, add 1.14.2
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
31
dev-R/data_table/data_table-1.14.2.ebuild
Normal file
31
dev-R/data_table/data_table-1.14.2.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user