stephen.eglen@ed.ac.uk
2001-Jan-11 11:23 UTC
[Rd] R introduction mentions system.date() (PR#810)
Full_Name: Stephen Eglen Version: 1.2.0 OS: OSF 1 Submission from: (NULL) (129.215.13.27) In the document "An introduction to R", the info node "Customizing the environment" has the following code snippet: > .Last <- function() { graphics.off() # a small safety measure. cat(paste(system.date(),"\nAdios\n")) # Is it time for lunch? } I think "system.date()" should now be replaced just by "date()". (This can be found on line 3949 of R-intro.texi distributed with version 1.2.0). -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._