Displaying 2 results from an estimated 2 matches for "r57004".
Did you mean:
57004
2011 Sep 16
1
grep problem in R-devel 2.14 r57004
...r expression '[.][.]'
In addition: Warning message:
In grep("[.][.]", "", perl = TRUE) : PCRE pattern compilation error
'POSIX collating elements are not supported'
at '[.][.]'
> sessionInfo()
R Under development (unstable) (2011-09-13 r57004)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252
[3] LC_MONETARY=English_Australia.1252 LC_NUMERIC=C
[5] LC_TIME=English_Australia.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods ba...
2011 Sep 19
0
file.info(path) "inconsistent" with file.exists(path) when path == "C:/"
...t;bootmgr" "BOOTSECT.BAK" ...
> x <- shell('dir "C:/..."', intern=TRUE)
File Not Found
Warning message:
running command 'C:\Windows\system32\cmd.exe /c dir "C:/..."' had status 1
> sessionInfo()
R Under development (unstable) (2011-09-13 r57004)
Platform: x86_64-pc-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...