-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
35 lines (35 loc) · 955 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
Package: boxr
Type: Package
Title: Interface for the 'Box.com API'
Version: 0.3.3
Authors@R: c(
person("Brendan", "Rocks", email = "[email protected]",
role = c("aut", "cre"))
)
URL: https://github.com/brendan-r/boxr/
BugReports: https://github.com/brendan-r/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:
httr (>= 1.1.0),
httpuv,
assertthat,
stringr,
dplyr,
digest,
bit64,
rio,
mime,
utils,
stats
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1