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 878b6e7 commit c5d3b57Copy full SHA for c5d3b57
R/utils.R
@@ -11,7 +11,7 @@ asBuildPath <- function(path) {
11
path <- utils::shortPathName(path)
12
13
# if we still have spaces, and we're not Windows or Solaris, try quoting
14
- if (grepl(" ", path, fixed = TRUE) && !is_windows() && !is_solaris())
+ if (grepl(" ", path, fixed = TRUE) && !is_solaris())
15
path <- shQuote(path)
16
17
# ensure we use forward slashes, even on Windows
0 commit comments