Skip to content

Commit

Permalink
(devel/R-rio) Updated 0.5.16 to 0.5.27
Browse files Browse the repository at this point in the history
# rio 0.5.27
* Documentation fixes for CRAN.

# rio 0.5.26
* Added support for "zsav" format. (#273)

# rio 0.5.25
* Modified tests per email request from CRAN.
* Added `coerce_character` argument (default FALSE) to `factorize()`
  to enable coercing character columns to factor. (#278)

# rio 0.5.24
* Fix handling of "label" and "labels" attributes when exporting using
  haven methods (SPSS, Stata, SAS). (#268, h/t Ruben Arslan)
* Fix (a different bug?) handling factors by haven::labelled() (#271,
  Alex Bokov)
* HTML import can now handle multiple tbody elements within a single
  table, a th element in a non-header row, and empty elements in
  either the header or data. (#260, #263, #264 Bill Denney)

# rio 0.5.23
* CSVY support is now provided by `data.table::fread()` and
  `data.table::fwrite()`, providing significant performance gains.
* Added an internal `arg_reconcile()` function to streamline the task
  of removing/renaming arguments for compatibility with various
  functions (#245, Alex Bokov)

# rio 0.5.22
* Added an `export_list()` function to write a list of data frames to
  multiple files using a vector of file names or a file
  pattern. (#207, h/t Bill Denney)
* Added an `is_file_text()` function to determine whether a file is in
  a plain-text format. Optionally narrower subsets of characters can
  be specified, e.g. ASCII. (#236 Alex Bokov)

# rio 0.5.21
* Added support for Apache Arrow (Parquet) files. (#214)
* Fix dropping of variable label in `characterize()` and
  `factorize()`. (#204, h/t David Armstrong)
* `import_list()` now returns a `filename` attribute for each data
  frame in the list (when importing from multiple files), in order to
  distinguish files with the same base name but different extensions
  (e.g., `import_list(c("foo.csv", "foo.tsv"))`). (#208, h/t Vimal
  Rawat)
* Import of DBF files now does not convert strings to factors. (#202,
  h/t @jllipatz)
* Implemented `import()` method for .dump R files. (#240)

# rio 0.5.20
* Additional pointers were added to indicate how to load .doc, .docx,
  and .pdf files (#210, h/t Bill Denney)
* Ensure that tests only run if the corresponding package is
  installed.  (h/t Bill Denney)
* Escape ampersands for html and xml export (#234 Alex Bokov)

# rio 0.5.19
* Fix behavior of `export()` to plain text files when `append = TRUE`
  (#201, h/t Juli�$BC!�(Bn Urbano)
* `import_list()` now preserve names of Excel sheets, etc. when the
  'which' argument is specified. (#162, h/t Danny Parsons)
* Modify message and errors when working with unrecognized file
  formats. (#195, h/t Trevor Davis)
* Add support for GraphPad Prism .pzfx files (#205, h/t Bill Denney)

# rio 0.5.18
* Adjust `import()`/`export()` for JSON file formats to allow non-data
  frame objects. Behavior modeled after RDS format. (#199 h/t Nathan
  Day)

# rio 0.5.17
* Fix `the condition has length > 1 and only the first element will be
  used` warning in `gather_attributes()`. (#196, h/t Ruben Arslan)
  • Loading branch information
mef committed Aug 21, 2021
1 parent 162b582 commit 802f712
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions devel/R-rio/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:40 brook Exp $
# $NetBSD: Makefile,v 1.3 2021/08/21 07:02:41 mef Exp $

R_PKGNAME= rio
R_PKGVER= 0.5.16
R_PKGVER= 0.5.27
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -15,6 +15,12 @@ DEPENDS+= R-openxlsx>=4.1.0.1:../../textproc/R-openxlsx
DEPENDS+= R-readxl>=0.1.1:../../textproc/R-readxl
DEPENDS+= R-curl>=0.6:../../www/R-curl

# Packages suggested but not available:
# 'arrow', 'feather', 'fst', 'hexView', 'pzfx', 'readODS',
# 'rmatio'
TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64


USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
10 changes: 5 additions & 5 deletions devel/R-rio/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/07/31 00:47:04 brook Exp $
$NetBSD: distinfo,v 1.2 2021/08/21 07:02:41 mef Exp $

SHA1 (R/rio_0.5.16.tar.gz) = a5c87d0c970d51b89f6ab002f31fd9824a31fa6c
RMD160 (R/rio_0.5.16.tar.gz) = bbb8b01573571a457ef21b753a76e08bdeeeedf4
SHA512 (R/rio_0.5.16.tar.gz) = 96b789b6b896f29a91967bf10a876d47fa0cf901c62d0cc372ce78934194ee5b21ce432a113f8a194b20a2a28ca6d62e5725bd37d632be0f6827785e0cede965
Size (R/rio_0.5.16.tar.gz) = 420489 bytes
SHA1 (R/rio_0.5.27.tar.gz) = 4bd287f1fb0bf7fa15a6ad12c44ed3a9b1e23f1e
RMD160 (R/rio_0.5.27.tar.gz) = b517c683b94b8fccb65f997ad90f5d5a45efd7c6
SHA512 (R/rio_0.5.27.tar.gz) = 0a6752f206c74d6e9c91824ba41e404d9ee3b48e6ad80d5b90612ce5dedf00651d9795e01ee4943caaa1525a0bbeb6e5af015f1bd2237ef7b8f1afa4789dab31
Size (R/rio_0.5.27.tar.gz) = 444681 bytes

0 comments on commit 802f712

Please sign in to comment.