Re: [R] .Rprofile files (was R newbie configuration)

2006-01-05 Thread Mark Leeds
y, January 05, 2006 4:04 AM To: Petr Pikal Cc: Mark Leeds; R-Stat Help Subject: Re: [R] .Rprofile files (was R newbie configuration) And here is one with a working setHook call. options(show.signif.stars=FALSE) setHook(packageEvent("grDevices", "onLoad"), funct

Re: [R] .Rprofile files (was R newbie configuration)

2006-01-05 Thread Prof Brian Ripley
And here is one with a working setHook call. options(show.signif.stars=FALSE) setHook(packageEvent("grDevices", "onLoad"), function(...) grDevices::ps.options(horizontal=FALSE)) set.seed(1234) options(repos=c(CRAN="http://cran.uk.r-project.org";)) On Thu, 5 Jan 2006, Petr Pikal wrote: