check_installed_programs: Check Required Programs

check_installed_programsR Documentation

Check Required Programs

Description

Check absence/presence and (in some cases) versions of required programs.

Usage

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


## Not run: \donttest{

check_installed_programs()

check_installed_programs("all")

}
## End(Not run)

mokymai/bs documentation built on Jan. 28, 2025, 8:26 p.m.