install_ibawds: Install the R-Packages Required for the Course

View source: R/install.R

install_ibawdsR Documentation

Install the R-Packages Required for the Course

Description

A number of R-packages are used in the courses and the video lectures. They are also dependencies of this package. Use install_ibawds() to install the packages that are not yet installed.

Usage

install_ibawds()

Details

This function checks whether all the packages that ibawds depends on, imports or suggests are installed. In interactive sessions, it either informs the user that all packages are installed or asks to install missing packages. The function relies on rlang::check_installed().

Value

nothing or NULL invisibly


ibawds documentation built on June 17, 2022, 9:07 a.m.