pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-rio
Module Name: pkgsrc
Committed By: mef
Date: Sun Oct 20 01:42:33 UTC 2024
Modified Files:
pkgsrc/devel/R-rio: Makefile distinfo
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-rio/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-rio/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-rio/Makefile
diff -u pkgsrc/devel/R-rio/Makefile:1.7 pkgsrc/devel/R-rio/Makefile:1.8
--- pkgsrc/devel/R-rio/Makefile:1.7 Tue Feb 6 12:47:05 2024
+++ pkgsrc/devel/R-rio/Makefile Sun Oct 20 01:42:33 2024
@@ -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@localhost
@@ -18,7 +18,8 @@ DEPENDS+= R-tibble>=2.1.3:../../math/R-t
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]*
Index: pkgsrc/devel/R-rio/distinfo
diff -u pkgsrc/devel/R-rio/distinfo:1.8 pkgsrc/devel/R-rio/distinfo:1.9
--- pkgsrc/devel/R-rio/distinfo:1.8 Tue Feb 6 12:47:05 2024
+++ pkgsrc/devel/R-rio/distinfo Sun Oct 20 01:42:33 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index