Package: moderndive
Type: Package
Title: Accompaniment Package to ModernDive: An Introduction to
        Statistical and Data Sciences via R
Version: 0.1.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: An accompaniment R package to ModernDive: An Introduction to
    Statistical and Data Sciences via R available at <http://moderndive.com/>,
    in particular wrapper functions targeted at novices to easily generate tidy
    linear regression output.
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, rlang, tibble, janitor, broom (>= 0.4.3),
        formula.tools, stringr, knitr, assertive
RoxygenNote: 6.0.1
Suggests: testthat, covr, tidyverse, ggplot2
NeedsCompilation: no
Packaged: 2018-01-17 03:24:12 UTC; aykim
Author: Albert Y. Kim [cre],
  Chester Ismay [aut],
  Andrew Bray [ctb]
Repository: CRAN
Date/Publication: 2018-01-22 15:40:29 UTC
