-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 821 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 821 Bytes
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.2.2
Authors@R: c(person("Karthik", "Ram", email = "karthik.ram@gmail.com", 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: digest,
dplyr,
httr,
jsonlite,
magrittr,
purrr,
assertthat
Suggests: testthat,
uuid
RoxygenNote: 7.2.3
Encoding: UTF-8