Package: LSTbook
Title: Data and Software for "Lessons in Statistical Thinking"
Version: 0.6.2.0003
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 (2024)
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 (>= 4.1.0)
LazyData: true
LazyDataCompression: xz
Imports: rlang, dplyr, ggplot2 (>= 3.4.4), broom, glue, stats, MASS,
tibble, stringi
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests: igraph, stringdist, rmarkdown, knitr, testthat
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/dtkaplan/LSTbook
BugReports: https://github.com/dtkaplan/LSTbook/issues
License: MIT + file LICENSE
Config/pak/sysreqs: libicu-dev
Repository: https://dtkaplan.r-universe.dev
Date/Publication: 2026-06-26 14:29:34 UTC
RemoteUrl: https://github.com/dtkaplan/LSTbook
RemoteRef: HEAD
RemoteSha: eb7b48e266113113ab9995964a27a96abac9edeb
NeedsCompilation: no
Packaged: 2026-06-26 16:31:10 UTC; root
Author: Daniel Kaplan [aut, cre],
Randall Pruim [aut]
Maintainer: Daniel Kaplan