mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-R/tibble: add 3.1.7, drop 3.1.6
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST tibble_3.1.6.tar.gz 739349 BLAKE2B 4184151322420427cf26fa5a4422f04be54e44b5ae997ced412bec73ccde3c15b27c0b51aa3f7197d969f18fbf6d2fc8e30b3ead256670727b839e7b59ed67f8 SHA512 1d46d65607b5fdb1548ecfb040baabee55ff18b14009543e1140c907500932e1f9150371f922ba175015d4b73e2078b3e2d5f944d3a4bf696a06677230b1f193
|
DIST tibble_3.1.7.tar.gz 674873 BLAKE2B 7716e9d7898141e65518ff3686f99d917b862ed38c58a30fe3d3ef6d4b40413cf225186818c6f5436368def65f266fa2f02c63d816bbf06aaf46d63a4ca805f9 SHA512 040a6b5ca8988dbca04165fa2a6328fbd4c0128829f6955c24138ff8ef0ffc49291c3a2f2db5da7fc4f418ffb2aa7476bf62ac13c15b055796b98cebf929e1fa
|
||||||
|
|||||||
@@ -1,18 +1,19 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI=7
|
||||||
|
|
||||||
inherit R-packages
|
inherit R-packages
|
||||||
|
|
||||||
DESCRIPTION='Simple Data Frames'
|
DESCRIPTION='Simple Data Frames'
|
||||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
|
||||||
LICENSE='MIT'
|
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://tibble.tidyverse.org
|
https://tibble.tidyverse.org
|
||||||
https://github.com/tidyverse/tibble
|
https://github.com/tidyverse/tibble
|
||||||
https://cran.r-project.org/package=tibble
|
https://cran.r-project.org/package=tibble
|
||||||
"
|
"
|
||||||
|
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE='MIT'
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
DEPEND="
|
DEPEND="
|
||||||
Reference in New Issue
Block a user