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/blob/
Date: Sat,  2 Jul 2022 09:12:01 +0000 (UTC)	[thread overview]
Message-ID: <1656753113.58114d047bdbccffb4f1ff66d4a22d12b03f9dbf.me@gentoo> (raw)

commit:     58114d047bdbccffb4f1ff66d4a22d12b03f9dbf
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Sat Jul  2 09:11:53 2022 +0000
Commit:     Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Sat Jul  2 09:11:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58114d04

dev-R/blob: new package, add 1.2.3

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

 dev-R/blob/Manifest          |  1 +
 dev-R/blob/blob-1.2.3.ebuild | 29 +++++++++++++++++++++++++++++
 dev-R/blob/metadata.xml      | 17 +++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-R/blob/Manifest b/dev-R/blob/Manifest
new file mode 100644
index 000000000..8c566c8a7
--- /dev/null
+++ b/dev-R/blob/Manifest
@@ -0,0 +1 @@
+DIST blob_1.2.3.tar.gz 10543 BLAKE2B a4ce56d3ae7f86890a7244667b6dedd26d20693b3b0453a9acfc07b4a44a58aa88cfe9357332e19985dabf5d8b2ca3e074537c4ffea5f8fde9707e33d50742be SHA512 39a94f1471ee16d5c65f8eb19ef3cd4f22758c25e81847b80ce94287d1a72a24755bc45fa249d8e05d9b206f9cc0bc4a6f155978577d810c16e97569b4e47a20

diff --git a/dev-R/blob/blob-1.2.3.ebuild b/dev-R/blob/blob-1.2.3.ebuild
new file mode 100644
index 000000000..0eff11005
--- /dev/null
+++ b/dev-R/blob/blob-1.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION="A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')"
+KEYWORDS="~amd64"
+LICENSE='MIT'
+RESTRICT="!test? ( test )"
+IUSE="test"
+DEPEND="
+	dev-R/rlang
+	>=dev-R/vctrs-0.2.1
+	test? ( dev-R/testthat )
+"
+
+SUGGESTED_PACKAGES="
+	dev-R/covr
+	dev-R/crayon
+	>=dev-R/pillar-1.2.1
+	dev-R/testthat
+"
+
+src_test() {
+	cd "${WORKDIR}/${P}/tests"
+	NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
+}

diff --git a/dev-R/blob/metadata.xml b/dev-R/blob/metadata.xml
new file mode 100644
index 000000000..13e0b5593
--- /dev/null
+++ b/dev-R/blob/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">R's raw vector is useful for storing a single binary object. What if you want to put a vector of them in a data frame? The 'blob' package provides the blob object, a list of raw vectors, suitable for use as a column in data frame.</longdescription>
+	<upstream>
+		<maintainer>
+			<name>Kirill Müller</name>
+			<email>krlmlr+r@mailbox.org</email>
+		</maintainer>
+		<bugs-to>https://github.com/tidyverse/blob/issues</bugs-to>
+		<remote-id type="github">tidyverse/blob</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-07-02  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02  9:12 Robert Greener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-02 18:12 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/blob/ 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=1656753113.58114d047bdbccffb4f1ff66d4a22d12b03f9dbf.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