-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
Type: Package
Package: tutorialExtras
Title: Custom Questions and Exam Functions for 'learnr' Tutorials
Version: 0.0.0.9000
Authors@R:
person("Danielle", "Sass", , "danielle.sass@northwestern.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9755-738X"))
Description: A modification of 'learnr' functions for exam purposes, the addition of 3 new question types, and grading options for standard tutorials.
License: CC BY 4.0
Depends:
R (>= 3.2.0)
Imports:
checkmate,
dplyr,
ellipsis,
htmltools,
htmlwidgets,
jsonlite,
knitr (>= 1.31),
learnr (>= 0.10.1.9008),
lubridate,
purrr,
rlang,
rmarkdown (>= 1.12.0),
rstudioapi,
shiny (>= 1.0),
sortable,
stringi,
stringr,
tableHTML,
TeachingDemos,
tibble,
tidyr,
utils
Config/Needs/connect: rsconnect
Config/Needs/coverage: covr
Config/Needs/website: pkgdown
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
BugReports: https://github.com/NUstat/tutorialExtras/issues
URL: https://nustat.github.io/tutorialExtras/, https://github.com/NUstat/tutorialExtras