Displaying 1 result from an estimated 1 matches for "r61554".
Did you mean:
861554
2013 Jan 07
0
aspell(..., dictionaries) incorrectly passes double-quoted arguments via shell() [and a patch]
...<- c(control, "-p", shQuote(personal))
+ if (.Platform$OS.type != "windows") personal <- shQuote(personal)
+ control <- c(control, "-p", personal)
}
}
/Henrik
> sessionInfo()
R Under development (unstable) (2013-01-05 r61554)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils...