Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2021 22:48:41 +0000 (UTC)
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565076 - in head/devel: . R-cran-blob
Message-ID:  <202102122248.11CMmfRv025439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer)
Date: Fri Feb 12 22:48:40 2021
New Revision: 565076
URL: https://svnweb.freebsd.org/changeset/ports/565076

Log:
  new port: devel/R-cran-blob
  
  devel/R-cran-blob: A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
  
  Approved by:	lwhsu

Added:
  head/devel/R-cran-blob/
  head/devel/R-cran-blob/Makefile   (contents, props changed)
  head/devel/R-cran-blob/distinfo   (contents, props changed)
  head/devel/R-cran-blob/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Feb 12 22:38:19 2021	(r565075)
+++ head/devel/Makefile	Fri Feb 12 22:48:40 2021	(r565076)
@@ -22,6 +22,7 @@
     SUBDIR += R-cran-bit
     SUBDIR += R-cran-bit64
     SUBDIR += R-cran-bitops
+    SUBDIR += R-cran-blob
     SUBDIR += R-cran-brio
     SUBDIR += R-cran-broom
     SUBDIR += R-cran-caTools

Added: head/devel/R-cran-blob/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-blob/Makefile	Fri Feb 12 22:48:40 2021	(r565076)
@@ -0,0 +1,23 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	blob
+DISTVERSION=	1.2.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy@FreeBSD.org
+COMMENT=	A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	R-cran-rlang>0:devel/R-cran-rlang \
+		R-cran-vctrs>=0.2.1:devel/R-cran-vctrs
+TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
+		R-cran-crayon>0:devel/R-cran-crayon \
+		R-cran-pillar>=1.2.1:devel/R-cran-pillar \
+		R-cran-testthat>0:devel/R-cran-testthat
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-blob/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-blob/distinfo	Fri Feb 12 22:48:40 2021	(r565076)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612631873
+SHA256 (blob_1.2.1.tar.gz) = ef54bc7a9646c1b73f4d2f60c869b4f1940bc3505874175114297ad7772d8bea
+SIZE (blob_1.2.1.tar.gz) = 10099

Added: head/devel/R-cran-blob/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-blob/pkg-descr	Fri Feb 12 22:48:40 2021	(r565076)
@@ -0,0 +1,5 @@
+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.
+
+WWW: https://github.com/tidyverse/blob



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102122248.11CMmfRv025439>