forked from daranzolin/rcanvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 957 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
Package: rcanvas
Title: R Client for Canvas API
Version: 0.0.0.9001
Authors@R: c(
person("David", "Ranzolin", email = "[email protected]", role = c("aut", "cre")),
person("Chris", "Hua", email = "[email protected]", role = "aut"),
person("Frederick", "Solt", email = "[email protected]", role = "ctb"),
person("Wouter", "van Atteveldt", email = "[email protected]", role = "ctb"),
person("J.", "Hathaway", email = "[email protected]", role = "aut")
)
Description: A client for any individual instance of the Canvas API.
Depends:
R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: httr,
jsonlite,
purrr,
stringr,
magrittr,
dplyr,
readr
URL: https://github.com/daranzolin/rcanvas
BugReports: https://github.com/daranzolin/rcanvas/issues
Suggests: testthat,
knitr,
rmarkdown,
lubridate,
pkgdown
VignetteBuilder: knitr