Skip to content
Prev 30855 / 398506 Next

system() and R 1.7

Benjamin.STABLER at odot.state.or.us wrote:
The fix to system would be as follows (just those two lines):
function (command, intern = FALSE, wait = TRUE, input = NULL,
if(!is.null(input)){
Uwe Ligges