diff --git a/textproc/R-cran-rio/Makefile b/textproc/R-cran-rio/Makefile index 78b8117dd902..d411259394cd 100644 --- a/textproc/R-cran-rio/Makefile +++ b/textproc/R-cran-rio/Makefile @@ -1,31 +1,30 @@ PORTNAME= rio -DISTVERSION= 0.5.16 -PORTREVISION= 3 +DISTVERSION= 0.5.29 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Swiss-Army knife for data I/O WWW= https://github.com/leeper/rio 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 diff --git a/textproc/R-cran-rio/distinfo b/textproc/R-cran-rio/distinfo index 840ddc7d17e1..08f495cc5a21 100644 --- a/textproc/R-cran-rio/distinfo +++ b/textproc/R-cran-rio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544446543 -SHA256 (rio_0.5.16.tar.gz) = d3eb8d5a11e0a3d26169bb9d08f834a51a6516a349854250629072d59c29d465 -SIZE (rio_0.5.16.tar.gz) = 420489 +TIMESTAMP = 1672262008 +SHA256 (rio_0.5.29.tar.gz) = 9fa63187e1814053e6ed2a164665b4924e08c3453adccb78f7211d403dcc5412 +SIZE (rio_0.5.29.tar.gz) = 445401 diff --git a/textproc/R-cran-rio/pkg-descr b/textproc/R-cran-rio/pkg-descr index fab20f36f95d..c55b80be607c 100644 --- a/textproc/R-cran-rio/pkg-descr +++ b/textproc/R-cran-rio/pkg-descr @@ -1,8 +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. + +See also .