From 2454dd9077f1d499549791a774687f12c87aeb8e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 31 Jan 2017 07:42:39 +0100 Subject: Document all arguments of install_PELMO --- R/install_PELMO.R | 1 + docs/reference/install_PELMO.html | 2 ++ man/install_PELMO.Rd | 2 ++ 3 files changed, 5 insertions(+) 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") diff --git a/docs/reference/install_PELMO.html b/docs/reference/install_PELMO.html index 621a2d4..1f83be8 100644 --- a/docs/reference/install_PELMO.html +++ b/docs/reference/install_PELMO.html @@ -79,6 +79,8 @@
version
The FOCUS PELMO version to install
+
local_zip
+
Do not download, but use the local zip archive specified here
diff --git a/man/install_PELMO.Rd b/man/install_PELMO.Rd index 1bca1bb..e4acd5c 100644 --- a/man/install_PELMO.Rd +++ b/man/install_PELMO.Rd @@ -8,6 +8,8 @@ install_PELMO(version = "5.5.3", local_zip = NULL) } \arguments{ \item{version}{The FOCUS PELMO version to install} + +\item{local_zip}{Do not download, but use the local zip archive specified here} } \description{ Download FOCUS PELMO from the official site and unzip into the package installation directory -- cgit v1.2.1