| manager | R Documentation |
Detect, install and configure system requirements. This function is
automatically called when the package is enabled via enable.
It can also be called manually at any time to update the system requirements.
install_sysreqs()
missing_sysreqs()
install_sysreqs: No return value, called for side effects.
missing_sysreqs: A list of missing libraries, for debugging.
## Not run:
# install 'units' without enabling the integration
install.packages("units")
# then trigger the installation of system requirements manually
rspm::install_sysreqs()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.