From 2cf35957c34da984dbfe2906a44d89b9644c09a5 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 20 Oct 2024 01:42:33 +0000 Subject: [PATCH] (devel/R-rio) Updated 1.0.1 to 1.2.3 # rio 1.2.3 * Fix #453, don't nudge the user to install all suggested packages * Fix #451, don't nudge the user to report issues about the trust parameter # rio 1.2.2 * Fix #447 - remove an ancient artefact of Vignette generation, h/t Tim Taylor for the help. # rio 1.2.1 * Roll back the decision to add parquet in the import tier see #455 #315 # rio 1.2.0 * Fix lintr issues #434 (h/t @bisaloo Hugo Gruson) * Drop support for R < 4.0.0 see #436 * Add support for parquet in the import tier using `nanoparquet` see rio 1.0.1 below. Bug fixes * Fix #430 Add back support for `.dat` # rio 1.1.1 Bug fixes * Fix #425 for archive formats, the file extension of the input file is determined by the compressed file (like prior rio 1.1.0) # rio 1.1.0 * CRAN release # rio 1.0.3 * Add `trust` parameter to functions that are used to load various R environment formats (`.R`, `.Rds`, `.Rdata`, etc). This parameter is defaulted to `TRUE` today to ensure backwards compatibility. A deprecation notice warns this will default to `FALSE` in `rio` 2.0. We are informing users that these data types should only be loaded from trusted sources, which should be affirmatively attested to. * Test and fix the compression mechanism: Gzip, Bzip2 are now working as expected. Bug fixes - Fix #412, prevent double usage of `which` for archive formats - Fix #415, both `import_list()` and `export_list()` support tar archives. - Fix #421, tar export is only supported by R >= 4.0.3. # rio 1.0.2 * For missing files in `import_list` it gives more informative warnings fix #389 * Single-item list of data frames can be exported fix #385 * Move `stringi` to Suggests to reduce compilation time. Add an attribution to the internal data to list out all required packages #378 * Move `readr` to Imports for `fwf`. `readr` is a dependency of `haven` so it does not increase the number of dependencies. Remove the original `read.fwf2` which doesn't guess `widths`. Keep the `widths` and `col.names` to maintain compatibility. #381 * Add (back) a pkgdown website: [https://gesistsa.github.io/rio/](https://gesistsa.github.io/rio/) * Update all test cases #380 --- devel/R-rio/Makefile | 7 ++++--- devel/R-rio/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/devel/R-rio/Makefile b/devel/R-rio/Makefile index 57c224efccbc..8b8dc4e71241 100644 --- a/devel/R-rio/Makefile +++ b/devel/R-rio/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2024/02/06 12:47:05 mef Exp $ +# $NetBSD: Makefile,v 1.8 2024/10/20 01:42:33 mef Exp $ R_PKGNAME= rio -R_PKGVER= 1.0.1 +R_PKGVER= 1.2.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -18,7 +18,8 @@ DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble DEPENDS+= R-writexl-[0-9]*:../../textproc/R-writexl # Packages suggested but not available: -# 'fst', 'hexView', 'pzfx', 'readODS', 'rmatio', 'qs', 'arrow' +# 'fst', 'hexView', 'pzfx', 'readODS', 'rmatio', 'qs', 'arrow', +# 'nanoparquet' TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64 #TEST_DEPENDS+= R-arrow-[0-9]* diff --git a/devel/R-rio/distinfo b/devel/R-rio/distinfo index a547e33d9874..9f24e7dc8f60 100644 --- a/devel/R-rio/distinfo +++ b/devel/R-rio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2024/02/06 12:47:05 mef Exp $ +$NetBSD: distinfo,v 1.9 2024/10/20 01:42:33 mef Exp $ -BLAKE2s (R/rio_1.0.1.tar.gz) = a3621a398279b2df96b40689cefa542580864e26694ec26db8126fa30846265f -SHA512 (R/rio_1.0.1.tar.gz) = 43d89ace1077f8def71363c38154a77ba7f9983531ade96554de35ad1c2da6a6db6c9d1c17899b57a4c940609a6bfaba1924147261e0d6e89635a939846bfa5a -Size (R/rio_1.0.1.tar.gz) = 514009 bytes +BLAKE2s (R/rio_1.2.3.tar.gz) = 5bd1f1087b4a042dd4277390c340bdff30a5b7db6ff4728f28782d4485adb861 +SHA512 (R/rio_1.2.3.tar.gz) = 396a233d3bb6f6ecd5d0551ef2310e437d0cb667f59b99876a553428baadad6c2b4672f4d0a2696cbcbaa6a0e732102e3ab69c48f811bbbe2d64ad5b8aeb6a5a +Size (R/rio_1.2.3.tar.gz) = 531681 bytes