Package: moderndive
Type: Package
Title: Tidyverse-Friendly Introductory Linear Regression
Version: 0.2.0
Authors@R: c(
    person("Albert Y.", "Kim", email = "albert.ys.kim@gmail.com", role = "cre"),
    person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = "aut"),
    person("Andrew", "Bray", email = "abray@reed.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.2.4)
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, tibble, janitor, broom (>= 0.4.3),
        formula.tools, stringr, knitr, assertive, infer, rlang
RoxygenNote: 6.0.1
Suggests: testthat, covr, ggplot2
NeedsCompilation: no
Packaged: 2018-07-06 15:16:19 UTC; rudeboybert
Author: Albert Y. Kim [cre],
  Chester Ismay [aut],
  Andrew Bray [ctb]
Repository: CRAN
Date/Publication: 2018-07-06 15:40:03 UTC
