R-beta: package ported from S to R

Thomas Lumley thomas@biostat.washington.edu
Wed, 13 May 1998 09:07:00 -0700 (PDT)


On Wed, 13 May 1998, Hubert Palme wrote:
> 
> OK, hopefully it stayes loading correctly now, so I'll try to debug
> it. There is an unknown function "unix". Is "system" the R
> replacement? If yes: There is no "input" parameter. How can I redirect
> input with "system"?
> 
> Is there also a replacement for "!" ?
> 

The function system() replaces both of them.  There is no input=
parameter, it looks like we typically use paste() -- for example see
system.file() or help.start().

You can replace unix.shell() with system("/bin/sh") or other shell of your
choice.


Thomas Lumley
------------------------
Biostatistics		
Uni of Washington	
Box 357232		
Seattle WA 98195-7232	
------------------------

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._