From 8fd63e808e15c8a7e78fef847183c86f332daa91 Mon Sep 17 00:00:00 2001 From: Junyang Qian Date: Tue, 23 Aug 2016 11:22:32 -0700 Subject: [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 Closes #14767 from junyangq/SPARKR-RemoveLink. --- R/pkg/R/install.R | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'R/pkg') 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) -- cgit v1.2.3