We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c2397 commit 3cb1275Copy full SHA for 3cb1275
R/pkg/R/install.R
@@ -212,7 +212,7 @@ hadoop_version_name <- function(hadoopVersion) {
212
# adapt to Spark context
213
spark_cache_path <- function() {
214
if (.Platform$OS.type == "windows") {
215
- winAppPath <- Sys.getenv("%LOCALAPPDATA%", unset = NA)
+ winAppPath <- Sys.getenv("LOCALAPPDATA", unset = NA)
216
if (is.na(winAppPath)) {
217
msg <- paste("%LOCALAPPDATA% not found.",
218
"Please define the environment variable",
0 commit comments