Skip to content

Commit b4ef0bf

Browse files
author
mef
committed
(devel/R-rio) Updated 0.5.16 to 0.5.27
# 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)
1 parent fedb69f commit b4ef0bf

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

devel/R-rio/Makefile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:40 brook Exp $
1+
# $NetBSD: Makefile,v 1.3 2021/08/21 07:02:41 mef Exp $
22

33
R_PKGNAME= rio
4-
R_PKGVER= 0.5.16
4+
R_PKGVER= 0.5.27
55
CATEGORIES= devel
66

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

18+
# Packages suggested but not available:
19+
# 'arrow', 'feather', 'fst', 'hexView', 'pzfx', 'readODS',
20+
# 'rmatio'
21+
TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64
22+
23+
1824
USE_LANGUAGES= # none
1925

2026
.include "../../math/R/Makefile.extension"

devel/R-rio/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.1 2019/07/31 00:47:04 brook Exp $
1+
$NetBSD: distinfo,v 1.2 2021/08/21 07:02:41 mef Exp $
22

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

0 commit comments

Comments
 (0)