update_installed_packages: Installs packages that are used in the class

Description Usage Arguments Examples

View source: R/update_installed_packages.R

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

1
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

1
2
 # Intall all the needed class packages
 ## Not run: update_installed_packages()

emeyers/ClassTools documentation built on Jan. 30, 2021, 11:28 a.m.