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 18efb81..beeecd1 100644 --- a/R/install_PELMO.R +++ b/R/install_PELMO.R @@ -1,6 +1,7 @@ #' Download FOCUS PELMO from the official site and unzip into the package installation directory #' #' @importFrom clipr write_clip +#' @importFrom utils download.file unzip #' @param version The FOCUS PELMO version to install #' @param local_zip Do not download, but use the local zip archive specified here #' @export |