-
Notifications
You must be signed in to change notification settings - Fork 89
/
DESCRIPTION
49 lines (49 loc) · 1.09 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
Type: Compendium
Package: DataScienceinEducationUsingR
Title: Data Science in Education Using R
Version: 0.1.0
Authors@R: c(
person("Emily", "Bovee", , "[email protected]", role = "aut"),
person("Ryan", "Estrellado", , "[email protected]", role = "aut"),
person("Joshua", "Rosenberg", , "[email protected]", role = "aut"),
person("Isabella", "Velásquez", , "[email protected]", role = c("aut", "cre"))
)
Description: Open Source book on Data Science in Education Using R
License: CC BY 4.0
URL: https://datascienceineducation.com/
BugReports: https://github.com/data-edu/data-science-in-education/issues
Depends:
R (>= 3.6),
tidyverse
Imports:
apaTables,
bookdown,
caret,
dataedu,
devtools,
e1071,
extrafont,
ggraph,
googlesheets4,
here,
janitor,
knitr,
lme4,
performance,
png,
randomNames,
ranger,
RefManageR,
rmarkdown,
rtweet,
sjPlot,
swirl,
textdata,
tidygraph,
tidylog,
tidytext,
tufte
Remotes:
data-edu/dataedu
Encoding: UTF-8
LazyData: true