-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
53 lines (53 loc) · 1.61 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: piggyback
Version: 0.1.5.9005
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 = "[email protected]",
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
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