Skip to content
Snippets Groups Projects
Commit 6d5b7f3f authored by Guangyuan Yang's avatar Guangyuan Yang
Browse files

devel/R-cran-blob: Update to 1.2.2

Approved by:	lwhsu (mentor, implicit)
parent df8ce688
No related branches found
No related tags found
No related merge requests found
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
PORTNAME= blob
DISTVERSION= 1.2.1
DISTVERSION= 1.2.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
LICENSE= GPLv3
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-rlang>0:devel/R-cran-rlang \
R-cran-vctrs>=0.2.1:devel/R-cran-vctrs
......
TIMESTAMP = 1612631873
SHA256 (blob_1.2.1.tar.gz) = ef54bc7a9646c1b73f4d2f60c869b4f1940bc3505874175114297ad7772d8bea
SIZE (blob_1.2.1.tar.gz) = 10099
TIMESTAMP = 1627202241
SHA256 (blob_1.2.2.tar.gz) = 4976053c65994c769a4c22b4553bea0bd9c623b3b991dbaf023d2a164770c7fa
SIZE (blob_1.2.2.tar.gz) = 10194
......@@ -2,4 +2,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.
WWW: https://github.com/tidyverse/blob
WWW: https://blob.tidyverse.org
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment