Package: moderndive
Type: Package
Title: Tidyverse-Friendly Introductory Linear Regression
Version: 0.7.0
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("Benjamin S.", "Baumer", email = "ben.baumer@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-3279-0516")),
    person("Marium", "Tapal", email = "mariumtapal@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-5093-6462")),
    person("Wayne", "Ndlovu", email = "waynedndlovu5@gmail.com", role = "ctb"),
    person("Catherine", "Peppers", email = "cpeppers@smith.edu", role = "ctb"),
    person("Annah", "Mutaya", email = "annahmutaya18@gmail.com", role = "ctb"),
    person("Anushree", "Goswami", email = "anushreeegoswami@gmail.com", role = "ctb"),
    person("Ziyue", "Yang", email = "zyang2k@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-9299-8327")),
    person("Clara", "Li", email = "clarasepianli@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-2456-0849")),
    person("Caroline", "McKenna", email = "carolinemckenna101@gmail.com", role = "ctb"),
    person("Catherine", "Park", email = "jcathyp@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-8273-9620")),
    person("Abbie", "Benfield", email = "abbidabbers@gmail.com", role = "ctb"),
    person("Georgia", "Gans", email = "georgiagans@live.com", role = "ctb"),
    person("Kacey", "Jean-Jacques", email = "kjeanjacques@smith.edu", role = "ctb"),
    person("Swaha", "Bhattacharya", email = "itsswahabhattacharya@gmail.com", role = "ctb"),
    person("Vivian", "Almaraz", email = "viviansofia101@gmail.com", role = "ctb"),
    person("Elle Jo", "Whalen", email = "ewhalen@smith.edu", role = "ctb"),
    person("Jacqueline", "Chen", email = "jchen76@smith.edu", role = "ctb"),
    person("Michelle", "Flesaker", email = "mflesaker@smith.edu", role = "ctb"),
    person("Irene", "Foster", email = "ifoster25@smith.edu", role = "ctb"),
    person("Aushanae", "Haller", email = "aushanaenhaller@gmail.com", role = "ctb"),
    person("Benjamin", "Bruncati", email = "kbruncati@smith.edu", role = "ctb", comment = c(ORCID = "0000-0001-8545-5984")),
    person("Quinn", "White", email = "quinnarlise@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-5399-0237")),
    person("Tianshu", "Zhang", email = "tzhang26@smith.edu", role = "ctb", comment = c(ORCID = "0000-0002-3004-4472")),
    person("Katelyn", "Diaz", email = "katndiaz@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-6108-1682")),
    person("Rose", "Porta", email = "rporta@smith.edu", role = "ctb"),
    person("Renee", "Wu", email = "rwu30@smith.edu",role ="ctb"),
    person("Arris", "Moise", email = "amoise@smith.edu", role = "ctb"),
    person("Kate", "Phan", email = "kphan@smith.edu", role = "ctb"),
    person("Grace", "Hartley", email = "grace.hartley@gmail.com", role = "ctb"),
    person("Silas", "Weden", email = "silasweden@gmail.com", role = "ctb"),
    person("Emma", "Vejcik", email = "evejcik@gmail.com", role = "ctb"),
    person("Nikki", "Schuldt", email = "nikkischuldt@gmail.com", role = "ctb"),
    person("Tess", "Goldmann", email = "tessgoldmann@aol.com", role = "ctb"),
    person("Hongtong", "Lin", email = "cccynthialht@gmail.com", role = "ctb"),
    person("Alejandra", "Munoz", email = "amunozgarcia@smith.edu", role = "ctb"),
    person("Elina", "Gordon-Halpern", email = "egordonhalpern@smith.edu", role = "ctb"),
    person("Haley", "Schmidt", email = "heschmidt00@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-6184-2266"))
    )
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://moderndive.github.io/moderndive/,
        https://github.com/moderndive/moderndive/
BugReports: https://github.com/moderndive/moderndive/issues
Imports: magrittr, dplyr, purrr, tidyr, ggplot2, tibble, janitor, broom
        (>= 0.4.3), formula.tools, stringr, knitr, infer, rlang (>=
        0.2.0), glue
RoxygenNote: 7.3.2
Suggests: testthat, covr, rmarkdown, vdiffr, openintro, patchwork,
        viridis, readr, nycflights13, nycflights23
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-09-01 20:28:30 UTC; akim04
Author: Albert Y. Kim [aut, cre] (<https://orcid.org/0000-0001-7824-306X>),
  Chester Ismay [aut] (<https://orcid.org/0000-0003-2820-2547>),
  Andrew Bray [ctb] (<https://orcid.org/0000-0002-4037-7414>),
  Delaney Moran [ctb],
  Evgeni Chasnovski [ctb] (<https://orcid.org/0000-0002-1617-4019>),
  Will Hopper [ctb] (<https://orcid.org/0000-0002-7848-1946>),
  Benjamin S. Baumer [ctb] (<https://orcid.org/0000-0002-3279-0516>),
  Marium Tapal [ctb] (<https://orcid.org/0000-0001-5093-6462>),
  Wayne Ndlovu [ctb],
  Catherine Peppers [ctb],
  Annah Mutaya [ctb],
  Anushree Goswami [ctb],
  Ziyue Yang [ctb] (<https://orcid.org/0000-0002-9299-8327>),
  Clara Li [ctb] (<https://orcid.org/0000-0003-2456-0849>),
  Caroline McKenna [ctb],
  Catherine Park [ctb] (<https://orcid.org/0000-0002-8273-9620>),
  Abbie Benfield [ctb],
  Georgia Gans [ctb],
  Kacey Jean-Jacques [ctb],
  Swaha Bhattacharya [ctb],
  Vivian Almaraz [ctb],
  Elle Jo Whalen [ctb],
  Jacqueline Chen [ctb],
  Michelle Flesaker [ctb],
  Irene Foster [ctb],
  Aushanae Haller [ctb],
  Benjamin Bruncati [ctb] (<https://orcid.org/0000-0001-8545-5984>),
  Quinn White [ctb] (<https://orcid.org/0000-0001-5399-0237>),
  Tianshu Zhang [ctb] (<https://orcid.org/0000-0002-3004-4472>),
  Katelyn Diaz [ctb] (<https://orcid.org/0000-0001-6108-1682>),
  Rose Porta [ctb],
  Renee Wu [ctb],
  Arris Moise [ctb],
  Kate Phan [ctb],
  Grace Hartley [ctb],
  Silas Weden [ctb],
  Emma Vejcik [ctb],
  Nikki Schuldt [ctb],
  Tess Goldmann [ctb],
  Hongtong Lin [ctb],
  Alejandra Munoz [ctb],
  Elina Gordon-Halpern [ctb],
  Haley Schmidt [ctb] (<https://orcid.org/0000-0002-6184-2266>)
Repository: CRAN
Date/Publication: 2024-09-01 21:40:05 UTC
Built: R 4.4.3; ; 2025-11-01 05:26:46 UTC; windows
