Man Linux: Main Page and Category List

NAME

       Rscript.Ra  -  Scripting  front-end to just-in-time compilation support
       for R

SYNOPSIS

       Rscript [--options] [-e expr] file [args]

DESCRIPTION

       A binary front-end to Ra, for use in  scripting  applications.   Ra  is
       functionally  identical  to  R but provides just-in-time compilation of
       loops  and  arithmetic  expressions  in  loops.  This   usually   makes
       arithmetic  in  Ra  much  faster.  Ra  will also typically run a little
       faster than standard  R  even  when  just-in-time  compilation  is  not
       enabled.

       See the R documentation for more.

SEE ALSO

       The     documentation    for    Rscript,    and    the    website    at
       http://www.milbo.users.sonic.net/ra/index.html.

AUTHORS

       Stephen Milborrow for Ra, and the R Core team for R.