has: Check System Dependencies

hasR Documentation

Check System Dependencies

Description

Corresponding functions to check, but intended for programatic use.

Usage

has_make(silent = TRUE, force_logical = TRUE)

has_git(silent = TRUE, force_logical = TRUE)

has_docker(silent = TRUE, force_logical = TRUE)

has_docker_running(silent = TRUE, force_logical = TRUE)

has_choco(silent = TRUE, force_logical = TRUE)

has_brew(silent = TRUE, force_logical = TRUE)

has_ssh(silent = TRUE, force_logical = TRUE)

has_github_token(silent = TRUE, force_logical = TRUE)

has_github_token_access(silent = TRUE, force_logical = TRUE)

has_github_ssh(silent = TRUE, force_logical = TRUE)

has_github(silent = TRUE, force_logical = TRUE)

has_renv(silent = TRUE, force_logical = TRUE)

has_targets(silent = TRUE, force_logical = TRUE)

has_worcs(silent = TRUE, force_logical = TRUE)

has_gert(silent = TRUE, force_logical = TRUE)

Arguments

silent

Should a message be printed that informs the user?

force_logical

Should the return value be passed through isTRUE?

See Also

Other checkers: check_package(), check, has_package(), uses


aaronpeikert/repro documentation built on Sept. 16, 2024, 7:12 p.m.