-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.07 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.07 KB
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
Package: rcanvas
Title: R Client for Canvas API
Version: 0.9.3
Authors@R: c(
person("David", "Ranzolin", email = "daranzolin@gmail.com", role = c("aut", "cre")),
person("Chris", "Hua", email = "hua.christopher@gmail.com", role = "aut"),
person("Frederick", "Solt", email = "frederick-solt@uiowa.edu", role = "ctb"),
person("Wouter", "van Atteveldt", email = "wouter@vanatteveldt.com", role = "ctb"),
person("J.", "Hathaway", email = "hathawayj@byui.edu", role = "aut"),
person("Lucy", "D'Agostino McGowan", email = "lucydagostino@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-6983-2759"))
)
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: 7.2.3
Imports: httr,
jsonlite,
keyring,
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