-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
29 lines (29 loc) · 859 Bytes
/
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
Package: stats2data
Title: Data Package for MATH 254, Statistical Modeling and Applications, at Hamilton College
Version: 0.0.0.9000
Authors@R:
person(given = "Tural",
family = "Sadigov",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-6446-415X"))
Description: Package provides all data sets that are used in MATH 254 throughout a semester. In addition to data sets, it provides R Markdown templates for homework and final project.
URL: https://github.com/turalsadigov/stats2data
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 2.10),
dplyr,
forcats,
ggplot2,
magrittr,
tibble
LazyData: true
Imports:
dplyr,
forcats,
ggplot2,
magrittr,
tibble