sysreqs_db_list | R Documentation |
It also tries to update the system dependency database, if it is
outdated. (I.e. older than allowed in the metadata_update_after
\evalman_config_link("configuration option").
sysreqs_db_list(sysreqs_platform = NULL)
sysreqs_platform |
System requirements platform. If |
Data frame with columns:
name
: cross platform system dependency name in the database.
patterns
: one or more regular expressions to match to
SystemRequirements
fields.
packages
: one or more system package names to install.
pre_install
: command(s) to run before installing the packages.
post_install
:: command(s) to run after installing the packages.
Other system requirements functions:
pkg_sysreqs()
,
sysreqs_check_installed()
,
sysreqs_db_match()
,
sysreqs_db_update()
,
sysreqs_is_supported()
,
sysreqs_list_system_packages()
,
sysreqs_platforms()
sysreqs_db_list(sysreqs_platform = "ubuntu-22.04")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.