load_packages_robustly: Test whether the provided vector of package is installed on...

View source: R/lib_other.R

load_packages_robustlyR Documentation

Test whether the provided vector of package is installed on the users's system Installed packages are loaded. The user is prompted to install non-installed packages.

Description

Test whether the provided vector of package is installed on the users's system Installed packages are loaded. The user is prompted to install non-installed packages.

Usage

load_packages_robustly(packages, prompt = TRUE)

Arguments

packages

Character vector of pkg names

prompt

Boolean whether the user should be prompted to install missing packages

Value

Boolean indicating if all packages are installed


jorritvm/jrutils documentation built on Feb. 14, 2023, 11:33 p.m.