-
Notifications
You must be signed in to change notification settings - Fork 41
/
DESCRIPTION
64 lines (64 loc) · 1.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Type: Package
Package: gradethis
Title: Automated Feedback for Student Exercises in 'learnr' Tutorials
Version: 0.2.14
Authors@R: c(
person("Garrick", "Aden-Buie", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
person("Daniel", "Chen", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3857-1741")),
person("Garrett", "Grolemund", , "[email protected]", role = c("ccp", "aut"),
comment = c(ORCID = "0000-0002-7765-6011")),
person("Alexander", "Rossell Hayes", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9412-0457")),
person("Barret", "Schloerke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person(, "Posit, PBC", role = c("cph", "fnd"))
)
Description: Pairing with the 'learnr' R package, 'gradethis' provides
multiple methods to grade 'learnr' exercises. To learn more about
'learnr' tutorials, please visit <https://rstudio.github.io/learnr/>.
License: MIT + file LICENSE
URL: https://pkgs.rstudio.com/gradethis/,
https://rstudio.github.io/learnr/,
https://github.com/rstudio/gradethis
BugReports: https://github.com/rstudio/gradethis/issues
Depends:
R (>= 3.2.0)
Imports:
checkmate,
commonmark,
ellipsis,
glue,
htmltools,
learnr (>= 0.10.1.9008),
lifecycle,
magrittr,
purrr,
rlang,
rstudioapi,
utils,
waldo,
withr
Suggests:
DBI,
ggcheck (>= 0.0.5),
ggplot2,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
rstudio/ggcheck,
rstudio/learnr
Config/Needs/connect: rsconnect
Config/Needs/coverage: covr
Config/Needs/website: pkgdown, tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3