Check absence/presence and (in some cases) versions of required programs.
check_installed_programs(type = "main", skip_online_check = FALSE)
Arguments
- type
(character) Which programs should be checked? Options:
main
, all
, dev
, gmc-bs
, gmc-r
.
- skip_online_check
(logical) If TRUE
, the numbers of newest available
stable programs are downloaded, when internet connection is connected.
Value
Invisible NULL
.
The results of program checking are printed.
Examples