There is a newer version of the record available.

Published September 21, 2018 | Version v0.0.5
Software Open

ropensci/piggyback: piggyback: Managing Larger Data on a GitHub Repository

  • 1. UC Berkeley
  • 2. University of Illinois (UIUC)

Description

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.

Files

ropensci/piggyback-v0.0.5.zip

Files (158.5 kB)

Name Size Download all
md5:870c9c5c036514b8849c3fa6b3062f05
158.5 kB Preview Download

Additional details

Related works