Package: piggyback Version: 0.1.5.9007 Title: Managing Larger Data on a GitHub Repository Description: Helps store files as GitHub release assets, which is a convenient way for large/binary data files to piggyback onto public and private GitHub repositories. Includes functions for file downloads, uploads, and managing releases via the GitHub API. 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://docs.ropensci.org/piggyback/, https://github.com/ropensci/piggyback BugReports: https://github.com/ropensci/piggyback/issues License: GPL-3 Encoding: UTF-8 ByteCompile: true Depends: R (>= 4.1.0) Imports: cli, glue, gh, httr, jsonlite, fs, memoise, rlang Suggests: arrow, spelling, readr, covr, testthat, knitr, rmarkdown, gert, withr, magrittr VignetteBuilder: knitr RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Language: en-US Config/pak/sysreqs: cmake git make libuv1-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-11-10 15:22:22 UTC RemoteUrl: https://github.com/ropensci/piggyback RemoteRef: master RemoteSha: 844f27f82c4b561126af8f2fc0e4abc124fae5a3 NeedsCompilation: no Packaged: 2026-07-01 08:21:26 UTC; root Author: Carl Boettiger [aut, cre, cph] (ORCID: ), Tan Ho [aut] (ORCID: ), Mark Padgham [ctb] (ORCID: ), Jeffrey O Hanson [ctb] (ORCID: ), Kevin Kuo [ctb] (ORCID: ) Maintainer: Carl Boettiger