dev-R/tidyr: Add tidyr-1.2.0

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-01 16:24:55 +01:00
parent 99dbc7a654
commit c05cec0c28
3 changed files with 52 additions and 0 deletions

1
dev-R/tidyr/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST tidyr_1.2.0.tar.gz 744570 BLAKE2B b2e346395c82026abe0bf451e300bc3d73252dfd58bd5738516aee016e3aba26a9afe5579c4a669487537b96d4f4b2bc13f53eb1dac0bd36a60d901c7d54e794 SHA512 bc19c43cb8af061ee665dc4435903ee54f0a08bb12d75020d8e81e7bf84fab1277865a04e38b72884c7c86bd6cd5ed1c4e0ebfea6075692500dad134402f9bc1

17
dev-R/tidyr/metadata.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).</longdescription>
<upstream>
<maintainer>
<name>Hadley Wickham</name>
<email>hadley@rstudio.com</email>
</maintainer>
<bugs-to>https://github.com/tidyvserse/tidyr/issues</bugs-to>
<remote-id type="github">tidyverse/tidyr</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Tidy Messy Data'
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND="
>=dev-R/dplyr-1.0.0
>=dev-R/elipsis-0.1.0
dev-R/glue
dev-R/lifecycle
dev-R/magrittr
dev-R/purrr
dev-R/rlang
>=dev-R/tibble-2.1.1
>=dev-R/tidyselect-1.1.0
>=dev-R/vctrs-0.3.7
>=dev-R/cpp11-0.4.0
"
SUGGESTED_PACKAGES="
dev-R/covr
dev-R/data-table
dev-R/jsonlite
dev-R/knitr
dev-R/readr
>=dev-R/repurrrsive-1.0.0
dev-R/rmarkdown
>=dev-R/testthat-3.0.0
"