-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.2 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
Package: learnitdown
Type: Package
Version: 1.8.0
Title: R Markdown, Bookdown and Learnr Additions for Learning Material
Description: Extension to R Markdown, Bookdown and Learnr for building better
learning and e-learning material: H5P integration, course-contextual divs,
differed loading of Shiny and learnr applications, and much more ...
Authors@R: c(person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2694-9471")))
Maintainer: Philippe Grosjean <[email protected]>
Depends:
R (>= 3.0.0)
Imports:
getPass,
glue,
gradethis,
httpuv,
httr,
jsonlite,
keyring,
later,
learnr,
magick,
mongolite,
PKI,
remotes,
rstudioapi,
shiny,
shinylogs,
shinytoastr,
stats,
utils,
webshot
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Remotes:
rstudio/gradethis
License: MIT + file LICENSE
URL: https://github.com/learnitr/learnitdown, https://learnitr.github.io/learnitdown/
BugReports: https://github.com/learnitr/learnitdown/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3