Skip to content

Commit

Permalink
(devel/R-rio) Updated 1.0.1 to 1.2.3
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
mef committed Oct 20, 2024
1 parent 55f94bf commit 2cf3595
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions devel/R-rio/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand All @@ -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]*
Expand Down
8 changes: 4 additions & 4 deletions devel/R-rio/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2cf3595

Please sign in to comment.