update_exploratory {exploratory} | R Documentation |
Update the package 'exploratory'
Description
Updates the current package 'exploratory' by installing the most recent version of the package from GitHub This function requires installing Package 'remotes' v2.4.2 (or possibly a higher version) by Csardi et al. (2021), https://cran.r-project.org/package=remotes
Usage
update_exploratory(force = TRUE, upgrade_other_pkg = FALSE, confirm = TRUE)
Arguments
force |
logical. If |
upgrade_other_pkg |
input for the |
confirm |
logical. If |
Value
there will be no output from this function. Rather, executing this function will update the current 'exploratory' package by installing the most recent version of the package from GitHub.
Examples
## Not run:
if (interactive()) {update_exploratory()}
## End(Not run)