Package: piggyback
Version: 0.1.5
Title: Managing Larger Data on a GitHub Repository
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.
Authors@R: c(person("Carl", "Boettiger", 
                    email = "cboettig@gmail.com", 
                    role = c("aut", "cre", "cph"),
                    comment = c(ORCID = "0000-0002-1642-628X")),
             person("Tan", "Ho",
                    role = c("aut"),
                    comment = c(ORCID = "0000-0001-8388-5155")),
             person("Mark", "Padgham", 
                     role = c("ctb"),
                     comment = c(ORCID = "0000-0003-2172-5265")),
             person(c('Jeffrey', 'O'), 'Hanson',
                    role = c("ctb"),
                    comment = c(ORCID = "0000-0002-4716-6134")),
             person("Kevin", 'Kuo',
                    role = c("ctb"),
                    comment = c(ORCID = "0000-0001-7803-7901"))
                    )
URL: https://github.com/ropensci/piggyback
BugReports: https://github.com/ropensci/piggyback/issues
License: GPL-3
Encoding: UTF-8
ByteCompile: true
Imports: cli, glue, gh, httr, jsonlite, fs, lubridate, memoise
Suggests: spelling, readr, covr, testthat, knitr, rmarkdown, gert,
        withr, magrittr
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Language: en-US
NeedsCompilation: no
Packaged: 2023-07-10 00:41:07 UTC; cboettig
Author: Carl Boettiger [aut, cre, cph]
    (<https://orcid.org/0000-0002-1642-628X>),
  Tan Ho [aut] (<https://orcid.org/0000-0001-8388-5155>),
  Mark Padgham [ctb] (<https://orcid.org/0000-0003-2172-5265>),
  Jeffrey O Hanson [ctb] (<https://orcid.org/0000-0002-4716-6134>),
  Kevin Kuo [ctb] (<https://orcid.org/0000-0001-7803-7901>)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2023-07-10 23:40:12 UTC
Built: R 4.2.0; ; 2023-07-11 04:11:37 UTC; unix
