Package: mdsr
Title: Complement to 'Modern Data Science with R'
Version: 0.2.5
Authors@R: c(
    person("Benjamin S.", "Baumer", 
      email = "ben.baumer@gmail.com",
      role = c("aut", "cre"), 
      comment = c(ORCID = "0000-0002-3279-0516")
    ),
    person("Nicholas", "Horton", 
      email = "nhorton@amherst.edu", 
      role = "aut",
      comment = c(ORCID = "0000-0003-3332-4311")
    ),
    person("Daniel", "Kaplan", email = "kaplan@macalester.edu", role = "aut"))
Description: A complement to *Modern Data
    Science with R*, both the first (ISBN: 978-1498724487, publisher URL: 
    <https://www.routledge.com/Modern-Data-Science-with-R/Baumer-Kaplan-Horton/p/book/9781498724487>)
    and second editions (ISBN: 978-0367191498, publisher URL: 
    <https://www.routledge.com/Modern-Data-Science-with-R/Baumer-Kaplan-Horton/p/book/9780367191498>).
    This package contains data and code to complete exercises and 
    reproduce examples from the text. It also facilitates connections 
    to the SQL database server used in the book. Both editions of the book are 
    supported by this package.
Depends: R (>= 3.5.0)
License: CC0
LazyData: true
LazyDataCompression: xz
Imports: babynames, DBI, dbplyr, downloader, dplyr, fs, ggplot2,
        htmlwidgets, kableExtra, RMySQL, skimr, stringr, tibble,
        webshot
Suggests: knitr, Lahman, leaflet, etl, macleish, mosaic, mosaicData,
        lubridate, sf, testthat, utf8
RoxygenNote: 7.1.1
Encoding: UTF-8
URL: https://github.com/mdsr-book/mdsr
BugReports: https://github.com/mdsr-book/mdsr/issues
NeedsCompilation: no
Packaged: 2021-03-29 19:36:39 UTC; bbaumer
Author: Benjamin S. Baumer [aut, cre] (<https://orcid.org/0000-0002-3279-0516>),
  Nicholas Horton [aut] (<https://orcid.org/0000-0003-3332-4311>),
  Daniel Kaplan [aut]
Maintainer: Benjamin S. Baumer <ben.baumer@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-29 19:50:03 UTC
