[Rd] Rscript.Rd example (PR#9644)

S.J.Eglen at damtp.cam.ac.uk S.J.Eglen at damtp.cam.ac.uk
Mon Apr 30 16:07:26 CEST 2007


One of the examples in Rscript.Rd seems mis-formatted, in that the
format statement is incomplete:

     ## Not run: 
     Rscript -e 'date()' -e 'format(Sys.time(), "

Both Rscript.Rd in R 2.5.0 and the version at:
https://svn.r-project.org/R/trunk/src/library/utils/man/Rscript.Rd
have 

Rscript -e 'date()' -e 'format(Sys.time(), "%a %b %d %X %Y")'

Do the % need replacing with \% ?

Stephen



> sessionInfo()
R version 2.5.0 (2007-04-23) 
i686-pc-linux-gnu 

locale:
C

attached base packages:
[1] "stats"     "grDevices" "utils"     "datasets"  "graphics"  "methods"  
[7] "base"     
>



More information about the R-devel mailing list