update_installed_packages: Installs packages that are used in the class

View source: R/update_installed_packages.R

update_installed_packagesR Documentation

Installs packages that are used in the class

Description

This function installs packages that are used in the class based on a list of packages described in a file on the class GitHub repository.

Usage

update_installed_packages(force_reinstall = FALSE)

Arguments

force_reinstall

If this is set to TRUE, then any class packages that have already been installed will be reinstalled. If this is FALSE, then only packages that have not been installed yet will be installed.

Examples

 # Install all the needed class packages
 ## Not run: update_installed_packages()


emeyers/SDS230 documentation built on Jan. 18, 2024, 1:01 a.m.