From: Frederik Vanrenterghem Date: Mon, 16 Sep 2019 11:21:31 +0000 (+0800) Subject: Simplify R startup options. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/8094c45ab0fe198e924029bbba60bd7003468c10 Simplify R startup options. --- diff --git a/R/.Rprofile b/R/.Rprofile index 6709b6c..c993020 100644 --- a/R/.Rprofile +++ b/R/.Rprofile @@ -6,16 +6,7 @@ r["CRAN"] <- "http://cran.csiro.au" options(repos = r) rm(r) -## customize the defaults on X -setHook(packageEvent("grDevices", "onLoad"), - function(...) grDevices::X11.options(width=8, height=8, - xpos=0, pointsize=10, - #type="nbcairo")) # Cairo device - #type="cairo")) # other Cairo dev - type="xlib")) # old default - ## from the AER book by Zeileis and Kleiber options(prompt="R> ", digits=4, show.signif.stars=FALSE) - options("pdfviewer"="evince")