-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
52 lines (52 loc) · 1.36 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
Type: Package
Package: dataedu
Title: Package for Data Science in Education Using R
Version: 0.1.0
Authors@R:
c(person(given = "Ryan",
family = "Estrellado",
role = "aut",
email = "ryan.estrellado@gmail.com"),
person(given = "Emily",
family = "Bovee",
role = "aut",
email = "emily.a.bovee@gmail.com"),
person(given = "Jesse",
family = "Mostipak",
role = "aut",
email = "jesse.maegan@gmail.com"),
person(given = "Joshua",
family = "Rosenberg",
role = "aut",
email = "jmichaelrosenberg@gmail.com"),
person(given = "Isabella",
family = "Velásquez",
role = c("aut", "cre"),
email = "ivelasq@gmail.com"))
Description: Provide readers of Data Science in Education Using
R with a package containing useful functions, data, and references
from the book.
License: CC BY 4.0
URL: https://github.com/data-edu/dataedu
BugReports: https://github.com/data-edu/dataedu/issues
Depends:
R (>= 3.6)
Imports:
devtools,
ggplot2,
grDevices,
proto,
showtext,
sysfonts
Suggests:
apaTables,
dplyr,
covr,
glue,
stringr,
rlang,
testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0