commit:     c05cec0c28df76bee1f4fac2db5de1961d6beb19
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Fri Jul  1 15:24:55 2022 +0000
Commit:     Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Fri Jul  1 15:24:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c05cec0c

dev-R/tidyr: Add tidyr-1.2.0

Signed-off-by: Robert Greener <me <AT> r0bert.dev>

 dev-R/tidyr/Manifest           |  1 +
 dev-R/tidyr/metadata.xml       | 17 +++++++++++++++++
 dev-R/tidyr/tidyr-1.2.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-R/tidyr/Manifest b/dev-R/tidyr/Manifest
new file mode 100644
index 000000000..8b73e53f4
--- /dev/null
+++ b/dev-R/tidyr/Manifest
@@ -0,0 +1 @@
+DIST tidyr_1.2.0.tar.gz 744570 BLAKE2B 
b2e346395c82026abe0bf451e300bc3d73252dfd58bd5738516aee016e3aba26a9afe5579c4a669487537b96d4f4b2bc13f53eb1dac0bd36a60d901c7d54e794
 SHA512 
bc19c43cb8af061ee665dc4435903ee54f0a08bb12d75020d8e81e7bf84fab1277865a04e38b72884c7c86bd6cd5ed1c4e0ebfea6075692500dad134402f9bc1

diff --git a/dev-R/tidyr/metadata.xml b/dev-R/tidyr/metadata.xml
new file mode 100644
index 000000000..f76e6fc8a
--- /dev/null
+++ b/dev-R/tidyr/metadata.xml
@@ -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>m...@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>had...@rstudio.com</email>
+               </maintainer>
+               <bugs-to>https://github.com/tidyvserse/tidyr/issues</bugs-to>
+               <remote-id type="github">tidyverse/tidyr</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-R/tidyr/tidyr-1.2.0.ebuild b/dev-R/tidyr/tidyr-1.2.0.ebuild
new file mode 100644
index 000000000..71c2ca7cd
--- /dev/null
+++ b/dev-R/tidyr/tidyr-1.2.0.ebuild
@@ -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
+"

Reply via email to