chk_requirements | R Documentation |
Checks that the required versions of 'R', 'RStudio', 'R' packages and other dependencies are installed.
chk_requirements(path = system.file("default.yaml", package = "checker"))
path |
path to yaml file. Defaults to a file that comes with the package. |
chk_requirements()
checks that the computer set up before class.
It check
'R' version
'RStudio' version
'RStudio' options
'R' packages are installed (with version if necessary)
'git' version
'quarto' version
These requirements are specified in a yaml file specified by the path
argument which can be on the users computer or at a URL.
If not set, the function defaults to using a built-in yaml file, which may
not require the latest version.
No return value, output is printed
chk_requirements()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.