From 3e591a0524bd8f22a5d983035aa832e96900414e Mon Sep 17 00:00:00 2001 From: Bruno Montezano Date: Tue, 5 Mar 2024 17:23:03 -0300 Subject: [PATCH] Minor tweaks on Rprofile options. --- .config/r/.Rprofile | 51 +++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/.config/r/.Rprofile b/.config/r/.Rprofile index ff95ed8..1b4120d 100644 --- a/.config/r/.Rprofile +++ b/.config/r/.Rprofile @@ -1,29 +1,26 @@ options( - usethis.full_name = "Bruno Braga Montezano", - usethis.protocol = "ssh", - usethis.description = list( - "Authors@R" = utils::person( - "Bruno", "Braga Montezano", - email = "brunodoyt@gmail.com", - role = c("aut", "cre"), - comment = c(ORCID = "0000-0002-4627-1776") - ), - Version = "0.1" - ), - usethis.destdir = "~/dox/repos", - usethis.overwrite = FALSE, - editor = "nvim", - browser = "firefox", - scipen = 10, - max.print = 10000, - cli.ignore_unknown_rstudio_theme = TRUE, - tidymodels.dark = TRUE - #repos = c(CRAN = "https://cran-r.c3sl.ufpr.br") + usethis.full_name = "Bruno Braga Montezano", + usethis.protocol = "ssh", + usethis.description = list( + "Authors@R" = utils::person( + "Bruno", "Braga Montezano", + email = "bmontezano@hcpa.edu.br", + role = c("aut", "cre"), + comment = c(ORCID = "0000-0002-4627-1776") + ), + Version = "0.1" + ), + usethis.destdir = "~/dox/phd/analises", + usethis.overwrite = FALSE, + editor = "nvim", + pager = "less", + help_type = "text", + browser = "firefox", + scipen = 10, + max.print = 10000, + # vsc.use_httpgd = TRUE, + radian.color_scheme = "vim", + # cli.ignore_unknown_rstudio_theme = TRUE, + # tidymodels.dark = TRUE, + repos = c(CRAN = "https://cran-r.c3sl.ufpr.br") ) - -grDevices::X11.options(width = 14, - height = 8, - ypos = 150, - xpos = 250, - pointsize = 12) -