-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
22 lines (22 loc) · 881 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: checkdown
Type: Package
Title: Check-Fields and Check-Boxes for 'rmarkdown'
Version: 0.0.12
Depends: R (>= 3.5.0)
Authors@R: c(person("George", "Moroz",
role = c("aut", "cre"),
email = "agricolamz@gmail.com",
comment = c(ORCID="0000-0003-1990-6083")))
Description: Creates auto-grading check-fields and check-boxes for 'rmarkdown'
or 'quarto' HTML. It can be used in class, when teacher share materials
and tasks, so students can solve some problems and check their work. In
contrast to the 'learnr' package, the 'checkdown' package works serverlessly
without 'shiny'.
Imports: markdown, htmltools, glue
URL: https://agricolamz.github.io/checkdown/
BugReports: https://github.com/agricolamz/checkdown/issues
Suggests: rmarkdown, knitr
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr