| coursekata-package | R Documentation |
Easily 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.
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 that
coursekata.quickstart = TRUE takes precedence and suppresses the prompt
regardless of this option.
Maintainer: Adam Blake adam@coursekata.org (ORCID)
Authors:
Ji Son ji@coursekata.org (ORCID)
Jim Stigler jim@coursekata.org (ORCID)
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.