forked from karthik/rdrop2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.02 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
Package: rdrop2
Title: Programmatic Interface to the 'Dropbox' API
Version: 0.8.2.1
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"),
person(given = "Lewis",
family = "Hounkpevi",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5111-8568"))
)
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,
readxl,
openxlsx
Suggests: testthat,
uuid
RoxygenNote: 7.1.2