Displaying 1 result from an estimated 1 matches for "beviour".
Did you mean:
beaviour
2008 Aug 23
0
write.csv causes system() and ? to stop working
...ing anything to screen and
system("touch test.dat") does nothing.
If instead I just write out the top of the data, as in
g <- read.csv('combineTfe-dataFrame-TD.dat')
tmp = g[1:100,]
write.csv(tmp, file="tmp.data");
?mean and system("ls") have the expected beviour.
This is on an AMD64 machine running Ubuntu, under both R 2.6.2 and
2.7.1 (a fresh install). The same minimal code works fine on a
different (x86) machine.
Any help will be greatly appreciated.
thanks,
Scott