Releases: IQSS/dataverse-client-r
Releases · IQSS/dataverse-client-r
dataverse v0.3.14
dataverse v0.3.11
Bug fixes and documentation improvements (#121)
dataverse v0.3.10
dataverse v0.3.8
Core Features
Testing
- Doesn't rely on CRAN for daily tests of API functions (#96)
- Upgrade testthat to 3.0 edition (#97)
- Move to GitHub Actions, and away from Travis-CI. (#98) Three GitHub Actions are defined for testing:
- thorough testing related to PRs and the main branch,
- straight-forward tests for each push to the dev branch, and
- straight-forward tests run daily at 3am
dataverse v0.3.0
Version 0.3
New Methods
Small updates
- Make filter queries (fq) work in
dataverse_search
(#36 @adam3smith) - Update maintainer to Will Beasley ([email protected]) (#38)
- More robust file retrieval (#39 @kuriwaki)
- Tests use https://demo.dataverse.org/dataverse/dataverse-client-r/. (#40)
- Fixes most get_file errors by removing query argument (#33 @kuriwaki)
- Fix getting multiple files by id in
get_file()
(#47 @adam3smith) - Temporary files created by
get_file()
are automatically deleted.
First CRAN Release
This is the first full release of the dataverse package that will be available on CRAN.