Allometric models are stored in a remote repository located on GitHub located
here. The user must install
these models themselves using this function. This function clones the models
repository within the allometric package directory and constructs a local
dataframe containing the models. This dataframe is stored in the global
environment variable allometric_models upon completion of the function.
Refer to allometric::allometric_models for further information.
install_models(redownload = FALSE, ignore_cache = FALSE, verbose = TRUE)No return value, installs models into the package directory.
If TRUE, models are re-downloaded from the remote
repository.
If TRUE, models are re-installed regardless of their
installation timestamp. Otherwise, only newly modified model files are reran.
This is primarily for development purposes.
If TRUE, print verbose messages as models are installed.