Date: Wed, 24 Oct 2018 14:10:56 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482908 - in head/textproc: . R-cran-rio Message-ID: <201810241410.w9OEAuDS092986@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Wed Oct 24 14:10:56 2018 New Revision: 482908 URL: https://svnweb.freebsd.org/changeset/ports/482908 Log: textproc/R-cran-rio: A Swiss-Army Knife for Data I/O Generated by: portcran (0.1.9) Added: head/textproc/R-cran-rio/ head/textproc/R-cran-rio/Makefile (contents, props changed) head/textproc/R-cran-rio/distinfo (contents, props changed) head/textproc/R-cran-rio/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Oct 24 13:51:10 2018 (r482907) +++ head/textproc/Makefile Wed Oct 24 14:10:56 2018 (r482908) @@ -21,6 +21,7 @@ SUBDIR += R-cran-readxl SUBDIR += R-cran-rematch SUBDIR += R-cran-rex + SUBDIR += R-cran-rio SUBDIR += R-cran-rmarkdown SUBDIR += R-cran-stringi SUBDIR += R-cran-stringr Added: head/textproc/R-cran-rio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-rio/Makefile Wed Oct 24 14:10:56 2018 (r482908) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= rio +DISTVERSION= 0.5.10 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dbn@FreeBSD.org +COMMENT= A Swiss-Army Knife for Data I/O + +LICENSE= GPLv2 + +BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +RUN_DEPENDS= R-cran-data.table>=1.9.8:devel/R-cran-data.table \ + R-cran-tibble>0:devel/R-cran-tibble \ + R-cran-curl>=0.6:ftp/R-cran-curl \ + R-cran-haven>=1.1.0:math/R-cran-haven \ + R-cran-openxlsx>0:textproc/R-cran-openxlsx \ + R-cran-readxl>=0.1.1:textproc/R-cran-readxl +TEST_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-bit64>0:devel/R-cran-bit64 \ + R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-testthat>0:devel/R-cran-testthat \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-readr>0:textproc/R-cran-readr \ + R-cran-xml2>=1.2.0:textproc/R-cran-xml2 \ + R-cran-yaml>0:textproc/R-cran-yaml + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/textproc/R-cran-rio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-rio/distinfo Wed Oct 24 14:10:56 2018 (r482908) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540389999 +SHA256 (rio_0.5.10.tar.gz) = 3dc2898ca3c5bbf62295b5b961a759a27a5739f7ce444eb51b933e20f7781d95 +SIZE (rio_0.5.10.tar.gz) = 70117 Added: head/textproc/R-cran-rio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-rio/pkg-descr Wed Oct 24 14:10:56 2018 (r482908) @@ -0,0 +1,10 @@ +Streamlined data import and export by making assumptions that the user is +probably willing to make: 'import()' and 'export()' determine the data +structure from the file extension, reasonable defaults are used for data import +and export (e.g., 'stringsAsFactors=FALSE'), web-based import is natively +supported (including from SSL/HTTPS), compressed files can be read directly +without explicit decompression, and fast import packages are used where +appropriate. An additional convenience function, 'convert()', provides a simple +method for converting between file types. + +WWW: https://github.com/leeper/rio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810241410.w9OEAuDS092986>