-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (36 loc) · 1.01 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
Package: rtutorials
Title: Interactive R And Statistics Tutorials In German
Version: 0.1.0
Authors@R:
c(
person("Lukas", "Bruelheide", , "[email protected]",
role = c("aut", "cre", "cph")),
person("Gesa", "Graf", , "[email protected]",
role = c("aut", "cph")),
person("Marie", "Klosterkamp", , "[email protected]",
role = c("ctb", "rev")),
person("HessenHub", role = "fnd"),
person("Universität Kassel", role = "fnd")
)
Description: By installing, interactive tutorials can be viewed inside RStudio's "Tutorials" Tab. No prior programming or statistics knowledge is assumed.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
learnr,
shiny,
markdown,
rmarkdown,
ggbrace (>= 0.1.0),
learnrhash (>= 0.2.0),
shinyFeedback,
ggplot2,
dplyr,
scales (>= 1.3.0)
Depends:
R (>= 3.5)
LazyData: true
Remotes:
NicolasH2/ggbrace,
rundel/learnrhash