From 2bf9be051b5a4fe6d90ea34f6397d42f7a27fe88 Mon Sep 17 00:00:00 2001 From: Junyang Qian Date: Mon, 22 Aug 2016 20:42:25 -0700 Subject: [PATCH] Remove reference link for the common Windows environment variables. --- R/pkg/R/install.R | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/R/pkg/R/install.R b/R/pkg/R/install.R index ff81e86835ff8..c6ed88e032a71 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)