forked from rstudio/gradethis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.38 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
Package: gradethis
Type: Package
Title: Tools for "grading" student exercises in learnr tutorials
Version: 0.1.0.9002
Authors@R:
c(person(given = "Daniel",
family = "Chen",
role = "aut",
email = "[email protected]"),
person(given = "Barret",
family = "Schloerke",
role = "aut",
email = "[email protected]"),
person(given = "Garrett",
family = "Grolemund",
role = c("ccp", "aut", "cre"),
email = "[email protected]"),
person(family = "RStudio, Inc.",
role = c("cph", "fnd")),
person(family = "Ajax.org B.V.",
role = c("ctb", "cph"),
comment = "Ace library"))
Description: Pairing with the 'learnr' R package,
'gradethis' provides multiple methods to grade 'learnr' exercises. To
learn more about 'learnr' tutorials, please visit
<http://rstudio.github.io/learnr/>.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
purrr,
rlang,
rstudioapi,
glue,
checkmate,
testthat
Suggests:
tidyr
Remotes:
rstudio/learnr
URL: https://rstudio-education.github.io/gradethis/,
https://rstudio.github.io/learnr/,
https://github.com/rstudio-education/gradethis
BugReports:
https://github.com/rstudio-education/gradethis/issues
Roxygen: list(markdown = TRUE)