Package: LSTbook
Title: Data and Software for "Lessons in Statistical Thinking"
Version: 0.5.0
Authors@R: c(
    person(given = "Daniel", family = "Kaplan", email = "dtkaplan@gmail.com", role = c("aut", "cre")),
    person(given = "Randall", family = "Pruim", email = "rpruim@calvin.edu", role = "aut") )
Description: "Lessons in Statistical Thinking" D.T. Kaplan (2014) 
    <https://dtkaplan.github.io/Lessons-in-statistical-thinking/> 
    is a textbook for a first or second course in statistics that embraces 
    data wrangling, causal reasoning, modeling, statistical adjustment, 
    and simulation. 'LSTbook' supports the student-centered, tidy, 
    pipeline-oriented computing style featured in the book.
Encoding: UTF-8
Depends: R (>= 3.5.0)
LazyData: true
LazyDataCompression: xz
Imports: rlang, dplyr, ggplot2 (>= 3.4.4), broom, glue, stats, MASS,
        tibble, stringi
RoxygenNote: 7.2.1
Suggests: igraph, graphics, testthat (>= 3.0.0), moderndive,
        palmerpenguins, babynames, knitr, rmarkdown, stringdist,
        mosaicData
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://dtkaplan.github.io/LSTbook/
BugReports: https://github.com/dtkaplan/LSTbook/issues/
License: MIT + file LICENSE
NeedsCompilation: no
Packaged: 2024-02-22 21:50:41 UTC; kaplan
Author: Daniel Kaplan [aut, cre],
  Randall Pruim [aut]
Maintainer: Daniel Kaplan <dtkaplan@gmail.com>
Repository: CRAN
Date/Publication: 2024-02-23 19:20:15 UTC
Built: R 4.2.3; ; 2024-02-23 22:34:09 UTC; unix
