diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/install_PELMO.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/R/install_PELMO.R b/R/install_PELMO.R index 02b1064..18efb81 100644 --- a/R/install_PELMO.R +++ b/R/install_PELMO.R @@ -2,6 +2,7 @@ #' #' @importFrom clipr write_clip #' @param version The FOCUS PELMO version to install +#' @param local_zip Do not download, but use the local zip archive specified here #' @export install_PELMO <- function(version = "5.5.3", local_zip = NULL) { pkg_dir <- system.file(package = "PELMO.installeR") |