Skip to content
Prev 30856 / 398506 Next

system() and R 1.7

On Fri, 18 Apr 2003 11:04:48 -0700, you wrote:

            
This is a bug, fixed in the current patch version.  To fix your own,
you could edit the file library/base/R/base, as follows:

27878c27879
< system <- function(command, intern = FALSE, wait = TRUE, input = "",
---
27883c27884
<     if (input!="") {
---
The top lines are the released version, the lower lines are the patch.

Duncan Murdoch