forked from data-edu/data-science-in-education
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.3 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
Type: Compendium
Package: DataScienceinEducationUsingR
Title: Data Science in Education Using R
Version: 0.1.0
Authors@R:
c(person(given = "Emily",
family = "Bovee",
role = "aut",
email = "[email protected]"),
person(given = "Ryan",
family = "Estrellado",
role = "aut",
email = "[email protected]"),
person(given = "Jesse",
family = "Mostipak",
role = "aut"),
person(given = "Joshua",
family = "Rosenberg",
role = "aut",
email = "[email protected]"),
person(given = "Isabella",
family = "Velásquez",
role = c("aut", "cre"),
email = "[email protected]"))
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)
Imports:
bookdown,
knitr,
rmarkdown,
devtools,
here,
dataedu,
apaTables,
sjPlot,
janitor,
tidytext,
textdata,
googlesheets,
lme4,
tidylog,
caret,
swirl,
ranger,
RefManageR,
png
Remotes:
data-edu/dataedu
Encoding: UTF-8
LazyData: true