forked from rstudio/learnr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
84 lines (84 loc) · 2.39 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
78
79
80
81
82
83
84
Type: Package
Package: learnr
Title: Interactive Tutorials for R
Version: 0.10.1.9014
Authors@R:
c(person(given = "Barret",
family = "Schloerke",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9986-114X")),
person(given = "JJ",
family = "Allaire",
role = "aut",
email = "[email protected]"),
person(given = "Barbara",
family = "Borges",
role = "aut",
email = "[email protected]"),
person(given = "Garrick",
family = "Aden-Buie",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7111-0077")),
person(given = "Angela",
family = "Li",
role = "ctb",
email = "[email protected]",
comment = "vignette"),
person(given = "RStudio",
role = c("cph", "fnd")),
person(family = "Ajax.org B.V.",
role = c("ctb", "cph"),
comment = "Ace library"),
person(given = "Zeno",
family = "Rocha",
role = c("ctb", "cph"),
comment = "clipboard.js library"),
person(given = "Nick",
family = "Payne",
role = c("ctb", "cph"),
comment = "Bootbox library"),
person(given = "Jake",
family = "Archibald",
role = c("ctb", "cph"),
comment = "idb-keyval 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,
curl,
digest,
ellipsis (>= 0.2.0.1),
evaluate,
htmltools (>= 0.3.5),
htmlwidgets,
jsonlite,
knitr (>= 1.31),
markdown,
parallel,
promises,
rappdirs,
renv (>= 0.8.0),
rlang,
rmarkdown (>= 1.12.0),
rprojroot,
shiny (>= 1.0),
utils,
withr
Suggests:
callr,
httpuv,
later,
shinytest (>= 1.5.0),
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1