Skip to content
Snippets Groups Projects
Commit 8fd63e80 authored by Junyang Qian's avatar Junyang Qian Committed by Felix Cheung
Browse files

[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.
parent 9afdfc94
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment