-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.57 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
Package: learnitdown
Type: Package
Version: 1.9.1
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 = "phgrosjean@sciviews.org",
comment = c(ORCID = "0000-0002-2694-9471")))
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Depends:
R (>= 4.2.0)
Imports:
curl (>= 6.2.2),
getPass (>= 0.2.4),
glue (>= 1.8.0),
gradethis (>= 0.2.0),
httpuv (>= 1.6.15),
httr (>= 1.4.7),
jsonlite (>= 2.0.0),
keyring (>= 1.3.2),
later (>= 1.4.2),
learnr (>= 0.11.0),
magick (>= 2.8.6),
mongolite (>= 4.0.0),
PKI (>= 0.1.14),
remotes (>= 2.5.0),
rstudioapi (>= 0.17.1),
shiny (>= 1.7.1),
shinylogs (>= 0.2.1),
shinytoastr (>= 2.2.0),
stats (>= 4.2.0),
utils (>= 4.2.0),
webshot (>= 0.5.5)
Suggests:
covr (>= 3.5.0),
knitr (>= 1.42),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0)
Remotes:
rstudio/gradethis
License: MIT + file LICENSE
URL: https://github.com/learnitr/learnitdown, https://learnitr.github.io/learnitdown/, https://learnitr.r-universe.dev/learnitdown
BugReports: https://github.com/learnitr/learnitdown/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3