Displaying 1 result from an estimated 1 matches for "tosomefile".
Did you mean:
somefile
2008 Sep 17
1
Dealing with missing EOL at end of file
Colleagues,
I am using R 2.7.2 on all three platforms (OS X; Windows; Linux) and I
have encountered the following problem:
I use R to issue a system call the execute a command in the OS. For
example:
system("DOSOMETHING TOSOMEFILE")
In most situations, this task completes successfully and control
returns to R. However, in rare situations, the target file
(TOSOMEFILE) is missing an EOL character in its final line. In that
situation, the task DOSOMETHING hangs and control never returns to R.
Exiting R requires...