Subject: CVS commit: pkgsrc/devel/R-rio
From: Makoto Fujiwara
Date: 2024-10-20 03:42:33
Message id: 20241020014233.DD4C5FC7E@cvs.NetBSD.org

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

Files:
RevisionActionfile
1.8modifypkgsrc/devel/R-rio/Makefile
1.9modifypkgsrc/devel/R-rio/distinfo