Index: devel/R-cran-blob/Makefile =================================================================== --- /dev/null +++ devel/R-cran-blob/Makefile @@ -0,0 +1,22 @@ +# Created by: Devin Teske +# $FreeBSD$ + +PORTNAME= blob +PORTVERSION= 1.2.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= dteske@FreeBSD.org +COMMENT= A Simple S3 Class for Representing Vectors of Binary Data + +LICENSE= GPLv3 + +CRAN_DEPENDS= R-cran-prettyunits>0:devel/R-cran-prettyunits \ + R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-vctrs>=0.2.0:devel/R-cran-vctrs +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include Index: devel/R-cran-blob/distinfo =================================================================== --- /dev/null +++ devel/R-cran-blob/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1575368288 +SHA256 (blob_1.2.0.tar.gz) = 1af1cfa28607bc0e2f1f01598a00a7d5d1385ef160a9e79e568f30f56538e023 +SIZE (blob_1.2.0.tar.gz) = 9355 Index: devel/R-cran-blob/pkg-descr =================================================================== --- /dev/null +++ devel/R-cran-blob/pkg-descr @@ -0,0 +1,6 @@ +blob provides R with the ability to put a vector in a data frame +whereas R's raw vector is only useful for storing a single binary +object. The blob object can store a list of raw vectors, suitable +for use as a column in data frame. + +WWW: https://cran.r-project.org/web/packages/blob/