search for: rscirpt

Displaying 1 result from an estimated 1 matches for "rscirpt".

Did you mean: scirpt
2008 Oct 16
1
Rscript -e, Sweave and tempdir()
...service we get a win32(Cannot read memory:0x00000037) error message unless we grant Read+Write permissions to the root directory, which we are trying to avoid doing for security reasons. This suggests Sweave(?) is trying to write to somewhere else OTHER than tempdir() perhaps. However if we run: Rscirpt "testdir.r" (ie. "sourcing" a file without the -e option) where testdir.r contains: outpath <- tempdir() write.table(outpath,"D:\\Internet\\RWebService\\Data\\dir.txt") there appears to be no problem with the call to the tempdir() command. Also if we put the ca...