Repository: spark Updated Branches: refs/heads/master 9afdfc94f -> 8fd63e808
[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 <junya...@databricks.com> Closes #14767 from junyangq/SPARKR-RemoveLink. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8fd63e80 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8fd63e80 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8fd63e80 Branch: refs/heads/master Commit: 8fd63e808e15c8a7e78fef847183c86f332daa91 Parents: 9afdfc9 Author: Junyang Qian <junya...@databricks.com> Authored: Tue Aug 23 11:22:32 2016 -0700 Committer: Felix Cheung <felixche...@apache.org> Committed: Tue Aug 23 11:22:32 2016 -0700 ---------------------------------------------------------------------- R/pkg/R/install.R | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/8fd63e80/R/pkg/R/install.R ---------------------------------------------------------------------- diff --git a/R/pkg/R/install.R b/R/pkg/R/install.R index ff81e86..c6ed88e 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) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org