From 8094c45ab0fe198e924029bbba60bd7003468c10 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Mon, 16 Sep 2019 19:21:31 +0800 Subject: [PATCH] Simplify R startup options. --- R/.Rprofile | 9 --------- 1 file changed, 9 deletions(-) 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") -- 2.30.2