-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.16 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
32
33
34
35
36
37
38
39
40
41
42
43
Package: vvcanvas
Title: 'Canvas' LMS API Integration
Version: 0.0.4
Authors@R:
c(person(given = "Tomer",
family = "Iwan",
role = c("aut", "cre"),
email = "[email protected]"
),
person(given = "Niels",
family = "Smits",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3669-9266")
),
person(given = "VU Analytics",
role = "cph"
))
Description: Allow R users to interact with the 'Canvas' Learning Management System (LMS) API (see
<https://canvas.instructure.com/doc/api/all_resources.html> for details).
It provides a set of functions to access and manipulate course data, assignments, grades, users,
and other resources available through the 'Canvas' API.
URL: https://github.com/vusaverse/vvcanvas,
https://vusaverse.github.io/vvcanvas/
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
htm2txt,
httr,
jsonlite,
magrittr,
purrr,
rlang,
stringr,
tidyr,
utils
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr