public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robert Greener" <me@r0bert.dev>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/tidyr/
Date: Fri,  1 Jul 2022 15:24:59 +0000 (UTC)	[thread overview]
Message-ID: <1656689095.c05cec0c28df76bee1f4fac2db5de1961d6beb19.me@gentoo> (raw)

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>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>

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	other threads:[~2022-07-01 15:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01 15:24 Robert Greener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-01 16:15 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/tidyr/ Robert Greener
2022-07-02 17:59 Robert Greener
2022-07-03 13:11 Robert Greener

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1656689095.c05cec0c28df76bee1f4fac2db5de1961d6beb19.me@gentoo \
    --to=me@r0bert.dev \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox