[R] using 'nice' with R

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Feb 23 10:52:21 CET 2005


On Wed, 23 Feb 2005, Bjørn-Helge Mevik wrote:

> Roger D. Peng writes:
>
>> On a Unix like system you can do `nice +19 R' or perhaps `nice +19 R
>> CMD BATCH commands.R'.
>
> At least on Suse (9.1) and Debian (3.0) Linux, the syntax is
> `nice -19 R' (i.e. with `-', not `+'.)

The syntax depends on the shell you use: tcsh for example works as Roger 
says, and the `nice' executable as you say.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595


More information about the R-help mailing list