forked from karthik/rdrop2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 817 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
Package: rdrop2
Title: Programmatic Interface to the 'Dropbox' API
Version: 0.8.1.9999
Authors@R: c(person("Karthik", "Ram", email = "[email protected]", role = c("aut", "cre")),
person("Clayton", "Yochum", role = "aut"),
person("Caleb", "Scheidel", role = "ctb"),
person("Akhil", "Bhel", role = "cph")
)
Description: Provides full programmatic access to the 'Dropbox' file hosting platform <https://dropbox.com>, including support for all standard file operations.
Depends: R (>= 3.1.1)
License: MIT + file LICENSE
BugReports: https://github.com/karthik/rdrop2/issues
LazyData: true
Imports:
assertive,
digest,
dplyr,
httr,
jsonlite,
magrittr,
purrr
Suggests: testthat,
uuid
RoxygenNote: 6.0.1