Ropensci Piggyback Versions Save

:package: for using large(r) data files on GitHub

v0.1.5

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ropensci/piggyback/compare/v0.1.4...v0.1.5

v0.1.4

4 months ago

What's Changed

Full Changelog: https://github.com/ropensci/piggyback/compare/v0.1.3...v0.1.4

v0.1.3

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ropensci/piggyback/compare/v0.1.2...v0.1.3

v0.1.2

4 months ago

What's Changed

Full Changelog: https://github.com/ropensci/piggyback/compare/v0.1.1...v0.1.2

v0.1.1

4 months ago

What's Changed

Full Changelog: https://github.com/ropensci/piggyback/compare/v0.1.0...v0.1.1

v0.1.0

2 years ago
  • address remaining authentication issue in changes to GitHub API (on pb_upload()) [#47]
  • Use flat file structure on upload/download instead of encoding path [#48]
  • improve performance via more aggressive memoising of pb_info() calls, inceasing default piggyback_cache_duration to 10 minutes [#46]
  • Resolve bug introduced by API changes that would stop creation of tags on repos with default branch called main or without previous releases [#48]

v1

2 years ago

Data release

v0.0.10

5 years ago

lifecycle Travis-CI Build
Status Coverage
status AppVeyor build
status CRAN
status DOI

Changelog: v0.0.10

  • Improve interface for specifying when to overwrite files on upload (#25)
  • Bugfixes for errors introduced in v0.0.9:
    • Uploading of directory paths could cause download errors in pb_download(). (#24)
    • Access all assets on a release instead of first 30. This could break upload and download. (#23, #24)

v0.0.9

5 years ago

lifecycle Travis-CI Build
Status Coverage
status AppVeyor build
status CRAN
status DOI

Changelog: v0.0.9

  • Enable re-upload and deletion of partially uploaded files (#19)

v0.0.8

5 years ago

lifecycle Travis-CI Build
Status Coverage
status AppVeyor build
status CRAN
status DOI

Changelog: v0.0.8

  • Updates to documentation, streamlining tests
  • remove dependency on utils::askYesNo which is only available in R >= 3.5.0