aboutsummaryrefslogtreecommitdiff
path: root/R/pkg
diff options
context:
space:
mode:
authorJunyang Qian <junyangq@databricks.com>2016-08-23 11:22:32 -0700
committerFelix Cheung <felixcheung@apache.org>2016-08-23 11:22:32 -0700
commit8fd63e808e15c8a7e78fef847183c86f332daa91 (patch)
tree3774afd6aaa66e823e0ad264838fa450f134d4ec /R/pkg
parent9afdfc94f49395e69a7959e881c19d787ce00c3e (diff)
downloadspark-8fd63e808e15c8a7e78fef847183c86f332daa91.tar.gz
spark-8fd63e808e15c8a7e78fef847183c86f332daa91.tar.bz2
spark-8fd63e808e15c8a7e78fef847183c86f332daa91.zip
[SPARKR][MINOR] Remove reference link for common Windows environment variables
## What changes were proposed in this pull request? The PR removes reference link in the doc for environment variables for common Windows folders. The cran check gave code 503: service unavailable on the original link. ## How was this patch tested? Manual check. Author: Junyang Qian <junyangq@databricks.com> Closes #14767 from junyangq/SPARKR-RemoveLink.
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)