Package: gitcellar Title: Helps Download Archives of GitHub Repositories Version: 0.0.0.9000 Authors@R: c( person("Maëlle", "Salmon", , "maelle.salmon@yahoo.se", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2815-0399")), person("Jeroen", "Ooms", , "jeroen@berkeley.edu", role = "aut"), person("Hugo", "Gruson", role = "ctb", comment = c(ORCID = "0000-0002-4094-1476")), person("Zhian N.", "Kamvar", role = "ctb", comment = c(ORCID = "0000-0003-1458-7108")), person("rOpenSci", role = "fnd", comment = c(ROR = "019jywm96")) ) Description: Provide functionality to download archives (backups) for all repositories in a GitHub organization (useful for backups!). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.2.9000 Depends: R (>= 4.1.0) Imports: gh, purrr, R6, tibble, withr, fs, rlang, cli URL: https://github.com/ropensci-org/gitcellar BugReports: https://github.com/ropensci-org/gitcellar/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/ropensci/maintainer: staff Config/pak/sysreqs: cmake git make libuv1-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-02-18 15:23:27 UTC RemoteUrl: https://github.com/ropensci-org/gitcellar RemoteRef: main RemoteSha: dd08c93d0879b617a3e67bbf968501e2c310784a NeedsCompilation: no Packaged: 2026-07-01 08:26:27 UTC; root Author: Maëlle Salmon [aut, cre] (ORCID: ), Jeroen Ooms [aut], Hugo Gruson [ctb] (ORCID: ), Zhian N. Kamvar [ctb] (ORCID: ), rOpenSci [fnd] (ROR: ) Maintainer: Maëlle Salmon