[Rd] Trailing message on R CMD BATCH
Brian Ripley
ripley at stats.ox.ac.uk
Wed Jan 10 14:06:30 CET 2007
Unix versions of R CMD BATCH have reported proc.time() unless the script
ends in q(). E.g. if the input is 'search()' the output is
> invisible(options(echo = TRUE))
> search()
[1] ".GlobalEnv" "package:stats" "package:graphics"
[4] "package:grDevices" "package:utils" "package:datasets"
[7] "package:methods" "Autoloads" "package:base"
>
> proc.time()
[1] 1.053 0.067 1.109 0.000 0.000
>
This was undocumented, and not shared by the Windows version.
Is it useful?
Do people want it retained?
--
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-devel
mailing list