pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-blob devel/R-blob: Import version 1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4efeaf69f576
branches:  trunk
changeset: 378776:4efeaf69f576
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 15 00:35:05 2018 +0000

description:
devel/R-blob: Import version 1.1.1

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.

diffstat:

 devel/R-blob/DESCR    |   4 ++++
 devel/R-blob/Makefile |  16 ++++++++++++++++
 devel/R-blob/distinfo |   6 ++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r d5b1f86edc52 -r 4efeaf69f576 devel/R-blob/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-blob/DESCR        Sun Apr 15 00:35:05 2018 +0000
@@ -0,0 +1,4 @@
+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.
diff -r d5b1f86edc52 -r 4efeaf69f576 devel/R-blob/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-blob/Makefile     Sun Apr 15 00:35:05 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/04/15 00:35:05 minskim Exp $
+
+DISTNAME=      blob_1.1.1
+CATEGORIES=    devel
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tidyverse/blob
+COMMENT=       Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-prettyunits-[0-9]*:../../math/R-prettyunits
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r d5b1f86edc52 -r 4efeaf69f576 devel/R-blob/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-blob/distinfo     Sun Apr 15 00:35:05 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/15 00:35:05 minskim Exp $
+
+SHA1 (R/blob_1.1.1.tar.gz) = 75dac37340fea0a3a893440e066fa75f8342143d
+RMD160 (R/blob_1.1.1.tar.gz) = 58fbd623a8fc2fba73ac71e57804a442b03ec64a
+SHA512 (R/blob_1.1.1.tar.gz) = 34a8c5f36c190e6b1d822324335f7550ee7b3a3953d50a1387162811fc0dfd38c5d08f7aaac4d2ba0afff6ee9ab00d0604a5b41f414ac74d1f800633f05e6bfd
+Size (R/blob_1.1.1.tar.gz) = 4828 bytes



Home | Main Index | Thread Index | Old Index