aboutsummaryrefslogtreecommitdiff
path: root/R/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'R/pkg')
-rw-r--r--R/pkg/R/install.R4
1 files changed, 1 insertions, 3 deletions
diff --git a/R/pkg/R/install.R b/R/pkg/R/install.R
index ff81e86835..c6ed88e032 100644
--- a/R/pkg/R/install.R
+++ b/R/pkg/R/install.R
@@ -50,9 +50,7 @@
#' \itemize{
#' \item Mac OS X: \file{~/Library/Caches/spark}
#' \item Unix: \env{$XDG_CACHE_HOME} if defined, otherwise \file{~/.cache/spark}
-#' \item Windows: \file{\%LOCALAPPDATA\%\\spark\\spark\\Cache}. See
-#' \href{https://www.microsoft.com/security/portal/mmpc/shared/variables.aspx}{
-#' Windows Common Folder Variables} about \%LOCALAPPDATA\%
+#' \item Windows: \file{\%LOCALAPPDATA\%\\spark\\spark\\Cache}.
#' }
#' @param overwrite If \code{TRUE}, download and overwrite the existing tar file in localDir
#' and force re-install Spark (in case the local directory or file is corrupted)