-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
32 lines (32 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: gitcellar
Title: Helps Download Archives of GitHub Repositories
Version: 0.0.0.9000
Authors@R: c(
person("Maëlle", "Salmon", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2815-0399")),
person("Jeroen", "Ooms", , "[email protected]", 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"))
)
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
URL: https://github.com/ropensci-org/gitcellar
BugReports: https://github.com/ropensci-org/gitcellar/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3