From owner-svn-ports-all@freebsd.org Fri Feb 12 22:48:42 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 096DB533CFA; Fri, 12 Feb 2021 22:48:42 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DcpZK6vMSz4Y4Q; Fri, 12 Feb 2021 22:48:41 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF90A3D6F; Fri, 12 Feb 2021 22:48:41 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11CMmfQH025443; Fri, 12 Feb 2021 22:48:41 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11CMmfRv025439; Fri, 12 Feb 2021 22:48:41 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202102122248.11CMmfRv025439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Fri, 12 Feb 2021 22:48:41 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head/devel: . R-cran-blob X-SVN-Commit-Revision: 565076 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 22:48:42 -0000 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 +# $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 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