-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 992 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 992 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: cnvs
Title: 'Canvas LMS' 'API'
Version: 0.1.0.9000
Authors@R:
c(person("Charlotte", "Wickham", email = "cwickham@gmail.com", role = c("cre", "ctb")),
person("Gábor", "Csárdi", role = "aut", comment = "gh package"),
person("Jennifer", "Bryan", role = "aut", comment = "gh package"),
person("Hadley", "Wickham", role = "aut", comment = "gh package"))
Description: Minimal client to access the 'Canvas LMS' 'API'.
License: MIT + file LICENSE
URL: https://cwickham.github.io/cnvs, https://github.com/cwickham/cnvs
BugReports: https://github.com/cwickham/cnvs/issues
Depends:
R (>= 4.1)
Imports:
cli (>= 3.0.1),
curl,
glue,
httr2 (>= 1.0.6),
jsonlite,
lifecycle,
rlang (>= 1.0.0),
fs
Suggests:
covr,
quarto,
purrr,
tibble,
lubridate,
dplyr,
testthat (>= 3.0.0),
vctrs,
withr
VignetteBuilder: quarto
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3