-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1015 Bytes
/
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
Package: cardboard
Title: Low-level Interface to the 'Box.com API'
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Ian",
family = "Lyttle",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9962-4849")
),
person(
given = "Nathan",
family = "Day",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-6714-8611")
)
)
Description: This is a low-level R interface to the remote file hosting service
'Box' (<https://www.box.com/>). It is designed to complement to the 'boxr'
package, which is a high-level interface.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/r-box/cardboard
BugReports: https://github.com/r-box/cardboard/issues
Config/testthat/edition: 3
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
keyring,
httr2