From e1e3c1dad735d2c578a1a3f37010b4c8b7ec5510 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Wed, 8 Apr 2020 00:41:37 +0200 Subject: [PATCH] Change R options - width = 1000 : 10000 was too large and made emacs lag - pillar.bold : print df headers in bold - tibble.print_min/max : print more rows, display entire tibbles < 100 rows --- .Rprofile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.Rprofile b/.Rprofile index 94c6aeb..d92a2ab 100644 --- a/.Rprofile +++ b/.Rprofile @@ -5,10 +5,11 @@ if(interactive()) menu.graphics = F, browser = "qutebrowser", scipen = 999, - width = 10000, + width = 1000, Ncpus = 2, - tibble.print_min = 10, - tibble.print_max = 40) + pillar.bold = T, + tibble.print_min = 20, + tibble.print_max = 100) .View <- function(x) {