[Rd] Trailing message on R CMD BATCH

2007-01-10 Thread Brian Ripley
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] .GlobalEnvpackage:stats package:graphics [4] package:grDevices package:utils package:datasets [7]

Re: [Rd] Trailing message on R CMD BATCH

2007-01-10 Thread Patrick Burns
I rather like it. Patrick Burns [EMAIL PROTECTED] +44 (0)20 8525 0696 http://www.burns-stat.com (home of S Poetry and A Guide for the Unwilling S User) Brian Ripley wrote: Unix versions of R CMD BATCH have reported proc.time() unless the script ends in q(). E.g. if the input is 'search()' the

Re: [Rd] Trailing message on R CMD BATCH

2007-01-10 Thread Roger D. Peng
I do find the timing useful and would prefer it to be retained unless it causes a problem elsewhere. -roger Brian Ripley wrote: 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 =

Re: [Rd] Trailing message on R CMD BATCH

2007-01-10 Thread Kasper Daniel Hansen
I use it a lot. Kasper On Jan 10, 2007, at 5:06 AM, Brian Ripley wrote: 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] .GlobalEnvpackage:stats

Re: [Rd] Trailing message on R CMD BATCH

2007-01-10 Thread Benilton Carvalho
I do find that info to be useful and would very much appreciate if it is kept. b Brian Ripley wrote: 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

Re: [Rd] Trailing message on R CMD BATCH

2007-01-10 Thread Gregor Gorjanc
Brian Ripley ripley at stats.ox.ac.uk writes: 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] .GlobalEnvpackage:stats package:graphics [4]