forked from moderndive/moderndive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.29 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
Package: moderndive
Type: Package
Title: Tidyverse-Friendly Introductory Linear Regression
Version: 0.3.0.9000
Authors@R: c(
person("Albert Y.", "Kim", email = "albert.ys.kim@gmail.com", role = c("aut", "cre")),
person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = "aut"),
person("Andrew", "Bray", email = "abray@reed.edu", role = "ctb"),
person("Delaney", "Moran", email = "dmoran@middlebury.edu", role = "ctb")
)
Maintainer: Albert Y. Kim <albert.ys.kim@gmail.com>
Description: Datasets and wrapper functions for tidyverse-friendly introductory linear regression, used in ModernDive: An Introduction to Statistical and Data Sciences via R available at <http://moderndive.com/> and DataCamp's Modeling with Data in the Tidyverse available at <https://www.datacamp.com/courses/modeling-with-data-in-the-tidyverse>.
Depends:
R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/ModernDive/moderndive_package
BugReports: https://github.com/ModernDive/moderndive_package/issues
Imports:
magrittr,
dplyr,
ggplot2,
tibble,
janitor,
broom (>= 0.4.3),
formula.tools,
stringr,
knitr,
infer,
rlang (>= 0.2.0),
glue
RoxygenNote: 6.1.1
Suggests: testthat,
covr,
rmarkdown
VignetteBuilder: knitr