[R] running Rcmdr

Dirk Eddelbuettel edd at debian.org
Wed Jun 27 23:42:25 CEST 2007


Either one of these works under Linux. 'r' is our own littler (see Google for
it), Rscript comes with R 2.5.0 or greater

$ r -e 'suppressMessages(library(Rcmdr)); while (TRUE) Sys.sleep(1)'

$ Rscript -e 'suppressMessages(library(Rcmdr)); while (TRUE) Sys.sleep(1)'

Hth, Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
                                                  -- Thomas A. Edison



More information about the R-help mailing list