Skip to content

Commit

Permalink
Trying to fix multiple /
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Sep 19, 2017
1 parent b436110 commit 8cc511c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/robex.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ robex = function(
xoutfile = outfile
if (.Platform$OS.type == "windows") {
outfile = gsub("\\", "/", outfile, fixed = TRUE)
outfile = gsub("/+", "/", outfile)
}
outfile = shQuote(outfile)

Expand Down

0 comments on commit 8cc511c

Please sign in to comment.