-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
73 lines (73 loc) · 1.7 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: boxr
Type: Package
Title: Interface for the 'Box.com API'
Version: 0.3.6.9013
Authors@R: c(
person("Brendan", "Rocks", email = "[email protected]",
role = c("aut")),
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")
),
person("Vincent", "Fulco", role = "ctb"),
person("Alec", "Wong", role = "ctb"),
person("Alex", "Brodersen", role = "ctb")
)
URL: https://github.com/r-box/boxr/
BugReports: https://github.com/r-box/boxr/issues
Description: An R interface for the remote file hosting service 'Box'
(<https://www.box.com/>). In addition to uploading and downloading files,
this package includes functions which mirror base R operations for local
files, (e.g. box_load(), box_save(), box_read(), box_setwd(), etc.), as well
as 'git' style functions for entire directories (e.g. box_fetch(),
box_push()).
License: MIT + file LICENSE
Imports:
assertthat,
dplyr,
digest,
fs,
glue,
httr (>= 1.1.0),
magrittr,
mime,
purrr,
rio (>= 0.5.18),
rlang,
stats,
stringr,
utils,
tibble,
lifecycle,
jsonlite,
jose,
cli,
withr
Suggests:
clipr (>= 0.3.0),
conflicted,
gargle (>= 0.3.0),
here,
knitr,
openssl,
png,
rmarkdown,
sodium,
testthat,
usethis,
covr
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RdMacros: lifecycle