sysreqs_list_system_packages | R Documentation |
List installed system packages
sysreqs_list_system_packages()
This function uses the sysreqs_platform
configuration option,
see \evalman_config_link("Configuration"). Set this if
pak does not detect your platform correctly.
Data frame with columns:
status
. two or three characters, the notation of dpkg
on Debian
based systems. "ii"
means the package is correctly installed.
On RPM
based systems it is always "ii"
currently.
package
: name of the system package.
version
: installed version of the system package.
capabilities
: list column of character vectors, the capabilities
provided by the package.
Other system requirements functions:
pkg_sysreqs()
,
sysreqs_check_installed()
,
sysreqs_db_list()
,
sysreqs_db_match()
,
sysreqs_db_update()
,
sysreqs_is_supported()
,
sysreqs_platforms()
sysreqs_list_system_packages()[1:10,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.