mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-R/tibble: new version
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST tibble_3.0.1.tar.gz 399191 BLAKE2B c1d1c0f79f46cf0e44939bc3a81ed45a18ce60083bd7459864bada8485b24c82edbb0d5c804cded19b37366600b0d440695b4c0561245e504a8c1f5b52ed78c4 SHA512 ad97383dd6468730c37a059881a27114fbdd10431be1354fc3899863d043e58303b123c95c6f5a729c353d9f3445ce317d6742696bd1fb940095034ea6b89037
|
||||
DIST tibble_3.1.0.tar.gz 686464 BLAKE2B 64aff86b65ad92a168fe1aade9c94c86d2a120bc9fb71d6c820748f00cbc917043dcbe28344a1a78f98ea681661c8d6d1f43889c65e13d50c1ad87975d6b6a2d SHA512 13c695f671e958569fd3fe452e898c7ffe461a15235c06a549e65e393c5c205a6bfe948219f0b4c3e5d33db7f59d4da65bb09b44fa377f00d285d4bb10d83c38
|
||||
|
||||
31
dev-R/tibble/tibble-3.1.0.ebuild
Normal file
31
dev-R/tibble/tibble-3.1.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
|
||||
DESCRIPTION='Simple Data Frames'
|
||||
SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='MIT'
|
||||
HOMEPAGE="
|
||||
https://tibble.tidyverse.org
|
||||
https://github.com/tidyverse/tibble
|
||||
https://cran.r-project.org/package=tibble
|
||||
"
|
||||
IUSE="${IUSE-}"
|
||||
KEYWORDS="~amd64"
|
||||
DEPEND="
|
||||
>=dev-lang/R-3.1.0
|
||||
dev-R/cli
|
||||
>=dev-R/crayon-1.3.4
|
||||
>=dev-R/lifecycle-0.2.0
|
||||
>=dev-R/ellipsis-0.2.0
|
||||
>=dev-R/fansi-0.4.0
|
||||
dev-R/magrittr
|
||||
>=dev-R/pillar-1.5.0
|
||||
dev-R/pkgconfig
|
||||
>=dev-R/rlang-0.4.3
|
||||
>=dev-R/vctrs-0.3.2
|
||||
"
|
||||
RDEPEND="${DEPEND-}"
|
||||
Reference in New Issue
Block a user