Package: LSTbook
Title: Data and Software for "Lessons in Statistical Thinking"
Version: 0.6.1.91001
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)
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.2.1
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://homerhanumat.r-universe.dev
Date/Publication: 2025-04-30 10:04:10 UTC
RemoteUrl: https://github.com/homerhanumat/LSTbook
RemoteRef: HEAD
RemoteSha: d575d03ae3162916efb43de70d5ecea3176437af
NeedsCompilation: no
Packaged: 2026-06-18 09:32:19 UTC; root
Author: Daniel Kaplan [aut, cre],
Randall Pruim [aut]
Maintainer: Daniel Kaplan