coursekata: CourseKata Statistics and Data Science
Source:R/coursekata-package.R
coursekata-package.RdEasily install and load all packages and functions used in 'CourseKata' courses. Aid teaching with helper functions and augment generic functions to provide cohesion between the network of packages. Learn more about 'CourseKata' at https://www.coursekata.org.
Package Options
The following options control startup behavior when library(coursekata) is called:
coursekata.quickstartIf
TRUE, skips dependency checks and suppresses all startup messages. Default:FALSE.coursekata.quietIf
TRUE, suppresses startup messages but still checks for missing packages. Default:FALSE.coursekata.check_missingControls the missing-package installation prompt. Accepts a tri-state value:
NULL(default, unset): Auto-detect. Skips the prompt when R is running under Emscripten (e.g., JupyterLite/WASM); prompts otherwise.TRUE: Always prompt for missing packages, even in Emscripten.FALSE: Never prompt for missing packages.
Non-logical values are treated as
NULL(auto-detect). Note thatcoursekata.quickstart = TRUEtakes precedence and suppresses the prompt regardless of this option.
Author
Maintainer: Adam Blake adam@coursekata.org (ORCID)
Authors:
Ji Son ji@coursekata.org (ORCID)
Jim Stigler jim@coursekata.org (ORCID)