-
Notifications
You must be signed in to change notification settings - Fork 239
/
DESCRIPTION
77 lines (77 loc) · 2.45 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Type: Package
Package: learnr
Title: Interactive Tutorials for R
Version: 0.11.5.9000
Authors@R: c(
person("Garrick", "Aden-Buie", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
person("Barret", "Schloerke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("JJ", "Allaire", , "[email protected]", role = c("aut", "ccp")),
person("Alexander", "Rossell Hayes", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9412-0457")),
person("Nischal", "Shrestha", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-3321-1712")),
person("Angela", "Li", , "[email protected]", role = "ctb",
comment = "vignette"),
person("Posit, PBC", role = c("cph", "fnd")),
person(, "Ajax.org B.V.", role = c("ctb", "cph"),
comment = "Ace library"),
person("Zeno", "Rocha", role = c("ctb", "cph"),
comment = "clipboard.js library"),
person("Nick", "Payne", role = c("ctb", "cph"),
comment = "Bootbox library"),
person("Jake", "Archibald", role = c("ctb", "cph"),
comment = "idb-keyval library"),
person("i18next authors", role = c("ctb", "cph"),
comment = "i18next library")
)
Description: Create interactive tutorials using R Markdown. Use a
combination of narrative, figures, videos, exercises, and quizzes to
create self-paced tutorials for learning about R and R packages.
License: Apache License (>= 2.0)
URL: https://rstudio.github.io/learnr/, https://github.com/rstudio/learnr
BugReports: https://github.com/rstudio/learnr/issues
Imports:
checkmate,
digest,
evaluate,
htmltools (>= 0.3.5),
htmlwidgets,
jsonlite,
knitr (>= 1.31),
lifecycle,
markdown (>= 1.3),
parallel,
promises,
rappdirs,
renv (>= 0.8.0),
rlang (>= 1.0.0),
rmarkdown (>= 1.12.0),
rprojroot,
shiny (>= 1.0),
stats,
utils,
withr
Suggests:
bslib,
callr,
curl,
DBI (>= 0.4-1),
httpuv,
later,
reticulate,
RSQLite,
rstudioapi (>= 0.11),
shinytest2,
sortable,
testthat (>= 3.0.3)
VignetteBuilder:
knitr
Config/Needs/connect: rsconnect
Config/Needs/coverage: covr
Config/Needs/website: pkgdown, tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org