mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-R/vctrs: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST vctrs_0.3.8.tar.gz 782608 BLAKE2B 7b8ee4ae7d8255394d0e79dc7aa5c9c5782dfd47f3390dd6c346081546e8cc2fe8d6fc455c7902c0c8d2b498105088c1967919120d82d2c0da8c9f93b9c3146f SHA512 f5162fa4641779fc7cd0f77efb1d83efc01af0ba13d910337531980e2fa93abe6ce03f23a9a51db4f506faf716cc3fac820b91abac3e3282bc9cb73038fc5787
|
DIST vctrs_0.4.0.tar.gz 916665 BLAKE2B af948dfe2f00431ca8f4467cf16e2dff8b9b95ba8a3d51387a4fe2857f8d0c4debfc148beb6f096b41a0aea3d2c78ee487bd73a7408e34afbb6e9ba52c02f6c0 SHA512 026587a20220d29870394946c611465c4608bbdee57a7ef52ea4401a16d2f1ec2f4d1063041344652f59c22e88669b3025880b0ec2af287ba5f4fcfa2ca94266
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI="7"
|
|
||||||
|
|
||||||
inherit R-packages
|
|
||||||
|
|
||||||
DESCRIPTION='Vector Helpers'
|
|
||||||
HOMEPAGE="
|
|
||||||
https://github.com/r-lib/vctrs
|
|
||||||
https://cran.r-project.org/package=vctrs
|
|
||||||
"
|
|
||||||
LICENSE='GPL-3'
|
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
DEPEND="
|
|
||||||
>=dev-lang/R-3.3
|
|
||||||
>=dev-R/ellipsis-0.2.0
|
|
||||||
dev-R/glue
|
|
||||||
>=dev-R/rlang-0.4.10
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
40
dev-R/vctrs/vctrs-0.4.0.ebuild
Normal file
40
dev-R/vctrs/vctrs-0.4.0.ebuild
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI="7"
|
||||||
|
|
||||||
|
inherit R-packages
|
||||||
|
|
||||||
|
DESCRIPTION='Vector Helpers'
|
||||||
|
HOMEPAGE="
|
||||||
|
https://github.com/r-lib/vctrs
|
||||||
|
https://cran.r-project.org/package=vctrs
|
||||||
|
"
|
||||||
|
LICENSE='GPL-3'
|
||||||
|
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
DEPEND="
|
||||||
|
>=dev-lang/R-3.3
|
||||||
|
>=dev-R/cli-3.2.0
|
||||||
|
dev-R/glue
|
||||||
|
>=dev-R/rlang-1.0.2
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
SUGGESTED_PACKAGES="
|
||||||
|
dev-R/bit64
|
||||||
|
dev-R/covr
|
||||||
|
dev-R/crayon
|
||||||
|
>=dev-R/dplyr-0.8.5
|
||||||
|
dev-R/generics
|
||||||
|
dev-R/knitr
|
||||||
|
>=dev-R/pillar-1.4.4
|
||||||
|
>=dev-R/pkgdown-2.0.1
|
||||||
|
dev-R/rmarkdown
|
||||||
|
>=dev-R/testthat-3.0.0
|
||||||
|
>=dev-R/tibble-3.1.3
|
||||||
|
dev-R/withr
|
||||||
|
dev-R/xml2
|
||||||
|
>=dev-R/waldo-0.2.0
|
||||||
|
dev-R/zeallot
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user