install_packages: Check package availability

View source: R/install_packages.R

install_packagesR Documentation

Check package availability

Description

If the session is interactive, prompt the user whether to install the packages.

Usage

install_packages(..., try_install = interactive())

Arguments

...

The names of the packages to be checked

try_install

Whether running interactivly, which will prompt the user before installation

Examples

## Not run: 
install_packages("SCORPIUS")

## End(Not run)

dynutils documentation built on Oct. 11, 2022, 5:07 p.m.