Skip to content

Releases: ropensci/piggyback

piggyback: Managing Larger Data on a GitHub Repository

21 Sep 23:16
Compare
Choose a tag to compare

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

Because larger (> 50 MB) data files cannot easily be committed to git, a different approach is required to manage data associated with an analysis in a GitHub repository. This package provides a simple work-around by allowing larger (up to 2 GB) data files to piggyback on a repository as assets attached to individual GitHub releases. These files are not handled by git in any way, but instead are uploaded, downloaded, or edited directly by calls through the GitHub API. These data files can be versioned manually by creating different releases. This approach works equally well with public or private repositories. Data can be uploaded and downloaded programmatically from scripts. No authentication is required to download data from public repositories.

piggyback: Managing Larger Data on a GitHub Repository

21 Sep 22:58
Compare
Choose a tag to compare

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

Because larger (> 50 MB) data files cannot easily be committed to git, a different approach is required to manage data associated with an analysis in a GitHub repository. This package provides a simple work-around by allowing larger (up to 2 GB) data files to piggyback on a repository as assets attached to individual GitHub releases. These files are not handled by git in any way, but instead are uploaded, downloaded, or edited directly by calls through the GitHub API. These data files can be versioned manually by creating different releases. This approach works equally well with public or private repositories. Data can be uploaded and downloaded programmatically from scripts. No authentication is required to download data from public repositories.

data

26 May 17:09
Compare
Choose a tag to compare

Data release

v0.0.4

11 May 22:50
Compare
Choose a tag to compare

Data release

v0.0.3

11 May 04:58
a032ee5
Compare
Choose a tag to compare

Data release

test release

11 May 02:41
a032ee5
Compare
Choose a tag to compare
v0.0.1

Initial commit