check_installed_programs | R Documentation |
Check absence/presence and (in some cases) versions of required programs.
check_installed_programs(type = "main", skip_online_check = FALSE)
type |
(character) Which programs should be checked? Options:
|
skip_online_check |
(logical) If |
Invisible NULL
.
The results of program checking are printed.
## Not run: \donttest{
check_installed_programs()
check_installed_programs("all")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.