Releases: gesistsa/rio
Releases · gesistsa/rio
v1.2.3
What's Changed
- Nopar by @chainsawriot in #446
- Fix #447 by @chainsawriot in #448
- Remove mtna and co. urls by @chainsawriot in #449
- Fix #451 by @chainsawriot in #454
- Fix #453 by @chainsawriot in #455
- stop pkgdown workflow for PRs by @chainsawriot in #456
Full Changelog: v1.2.0...v1.2.3
v1.2.0
What's Changed
- Fix #430 by @chainsawriot in #431
- Fix #424 by @chainsawriot in #429
- Fix some suboptimal patterns identified by lintr by @Bisaloo in #434
- Fix #438 by @chainsawriot in #439
- Update GHA ref #436 by @chainsawriot in #440
- Fix #435 by @chainsawriot in #441
- Fix #437 by @chainsawriot in #442
- Add back default support for parquet fix #315 by @chainsawriot in #444
New Contributors
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Disable arrow in GHA ref #427 by @chainsawriot in #428
- Fix #425 by @chainsawriot in #426
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Fix #378 by @chainsawriot in #382
- Fix #381 by @chainsawriot in #383
- Fix Philosophy regarding writexl by @chainsawriot in #384
- Fix #385 by @chainsawriot in #386
- Add pkgdown fix #316 by @chainsawriot in #388
- Fix #389 by @chainsawriot in #390
- Fix #392 by @chainsawriot in #393
- Fix typos by @KNnut in #391
- Fix #380 by @chainsawriot in #394
- Fix #354 by @chainsawriot in #397
- Fix #395 by @chainsawriot in #401
- Add a binary file to test remote file fetching ref #403 by @chainsawriot in #405
- Refactor
remote_to_local()
fix #403 by @chainsawriot in #404 - Fix #402 update doc regarding
csv.gz
by @chainsawriot in #407 - Fix #399 Restrict support for compressed files to zip, tar, and csv.gz by @chainsawriot in #408
- Adds trust parameter with deprecation for default by @jsonbecker in #409
- Adjust checking in parse_archive by @chainsawriot in #410
- add tweaks for #409 by @chainsawriot in #411
- fix #400 by @chainsawriot in #413
- Add
trust
to tests fix #414 by @chainsawriot in #416 - Add
trust
also forimport_list()
ref #406 by @chainsawriot in #417 - Prevent the reuse of which for zip and tar fix #412 by @chainsawriot in #418
- Fix #415 by @chainsawriot in #420
- Fix #421 by @chainsawriot in #422
- Fix #419 by @chainsawriot in #423
New Contributors
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
What's Changed
- Addressing ropensci initial review check by @chainsawriot in #321
- Check by @chainsawriot in #322
- Remove the obsolete data.table option change by @chainsawriot in #323
- Add
.check_pkg_availability
fix #296 by @chainsawriot in #324 - Rewrite all docs in Markdown fix #311 by @chainsawriot in #328
- Fix #327 by @chainsawriot in #329
- Make ... pass Ref #318 by @chainsawriot in #330
- Does this work 3.6 Windows by @chainsawriot in #331
- Zap all sapply fix #319 by @chainsawriot in #332
- Fix #301 by @chainsawriot in #333
- Fix #294 by @chainsawriot in #337
- removed importFrom (#325) by @schochastics in #338
- Fix #303 by @chainsawriot in #339
- qs support (#275) by @schochastics in #341
- Make
Package Philosphy
a vignette ref #320 by @chainsawriot in #342 - Fix #340 by @chainsawriot in #344
- Fix #347 by @chainsawriot in #348
- export several files to zip file (#203) by @schochastics in #346
- Implement a single source of truth [no ci] by @chainsawriot in #349
- Use
format
in internal data by @chainsawriot in #352 - Remove
ext
in internal data ref #313 by @chainsawriot in #353 - Get info by @chainsawriot in #355
- Single by @chainsawriot in #356
- make setclass authoritative #336 by @schochastics in #357
- Zap
openxlsx
and usewritexl
instead, fix #310 by @chainsawriot in #359 - removed else clutter fix #334 by @schochastics in #360
- Add the universal dummy which parameter to all import methods #326 by @chainsawriot in #361
- Deprecate unused arguments fix #343 #253 by @schochastics in #362
- Fix #326 by @chainsawriot in #364
- Add extension Vignette by @chainsawriot in #365
- Arrow by @chainsawriot in #367
- Update doc fix #315 again by @chainsawriot in #369
- Add labelled vig by @chainsawriot in #370
- Fix Labelled vig by @chainsawriot in #371
- Fix #368 by @chainsawriot in #372
- Fix #363 by @chainsawriot in #373
- Wrap all calls with
.docall
by @chainsawriot in #374 - Fix #358 by @chainsawriot in #375
New Contributors
- @schochastics made their first contribution in #338
Full Changelog: v0.5.30...v1.0.0
v0.5.30
A maintenance release; now available on CRAN.
rio 0.5.30
- Maintenance release: new maintainer
- Mark
.sas7bdat
as deprecated - Change the minimum R version to 3.6
Patch release
This release contains no substantive code changes. It merely fixes some bugs in tests running on CRAN.
Patch release
This is a patch release with mostly some critical bug fixes and a few minor changes in behavior for a few import and export methods.
User-visible changes
- Export the
get_ext()
function. (#169) import_list()
gains improved file name handling. (#164, h/t Ruaridh Williamson)- Removed the
overwrite
argument fromexport()
method for xlsx files. Instead, existing workbooks are always overwritten unless which is specified, in which case only the specified sheet (if it exists) is overwritten. If the file exists but thewhich
sheet does not, the data are added as a new sheet to the existing workbook. (#156) - Import of files with the ambiguous .dat extension, which are typically text-delimited files, are now passed to
data.table::fread()
with a message. Export to the format remains unsupported. (#98, #155) - Added support for export to SAS XPORT format (via
haven::write_xpt()
). (#157) - Switched default import package for SAS XPORT format to
haven::read_xpt()
with ahaven = FALSE
toggle restoring the previous default behavior usingforeign::read.xpt()
. (#157)
Bug fixes
- Removed longstanding warnings from the tests of
export()
to fixed-width format. - Fix a bug related to an xml2 bug (#168, h/t Jim Hester)
- Fixed a bug in
import()
from compressed files wherein thewhich
argument did not necessarily return the correct file if >=2 files in the compressed folder. - Tweak handling of
export()
to xlsx workbooks whenwhich
is specified. (#156)
Patch release: Bug fixes and new features in beta
This is a maintenance release that provides provisional release of a few bits of new functionality.
New Features
- New functions
characterize()
andfactorize()
provide methods for converting "labelled" variables (e.g., from Stata or SPSS) into character or factor variables using embedded metadata. This can also be useful for exporting a metadata-rich file format into a plain text file. (#153) export()
now sets variables with a "labels" attribute to haven's "labelled" class.- Added a new function
spread_attrs()
that reverses thegather_attrs()
operation. - Add .bib as known-unsupported format via
bib2df::bib2df()
.
Bug Fixes
- Fixed a bug in writing to .zip and .tar archives related to absolute file paths.
- Fixed some small bugs in
import_list()
and added tests for behavior. - Expanded test suite and increased test coverage, fixing a few tests that were failing on certain CRAN builds.
- Fixed a bug in
.import.rio_xlsx()
whenreadxl = FALSE
. (#152, h/t Danny Parsons) - Expanded test coverage.