forked from ismayc/moderndive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.73 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
Package: moderndive
Type: Package
Title: Tidyverse-Friendly Introductory Linear Regression
Version: 0.5.1.9000
Authors@R: c(
person("Albert Y.", "Kim", email = "albert.ys.kim@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7824-306X")),
person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-2820-2547")),
person("Andrew", "Bray", email = "abray@reed.edu", role = "ctb", comment = c(ORCID = "0000-0002-4037-7414")),
person("Delaney", "Moran", email = "delaneyemoran@gmail.com", role = "ctb"),
person("Evgeni", "Chasnovski", email = "evgeni.chasnovski@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-1617-4019")),
person("Will", "Hopper", email = "wjhopper510@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-7848-1946")),
person("Marium", "Tapal", email = "mariumtapal@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-5093-6462"))
)
Maintainer: Albert Y. Kim <albert.ys.kim@gmail.com>
Description: Datasets and wrapper functions for tidyverse-friendly introductory linear regression, used in "Statistical Inference via Data Science: A ModernDive into R and the Tidyverse" available at <https://moderndive.com/>.
Depends:
R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/moderndive/moderndive/issues
BugReports: https://github.com/moderndive/moderndive/issues
Imports:
magrittr,
dplyr,
ggplot2,
tibble,
janitor,
broom (>= 0.4.3),
formula.tools,
stringr,
knitr,
infer,
rlang (>= 0.2.0),
glue
RoxygenNote: 7.1.1
Suggests: testthat,
covr,
rmarkdown,
vdiffr,
ggplot2movies,
openintro,
patchwork,
viridis,
readr
VignetteBuilder: knitr