Skip to content

Commit

Permalink
Minor tweaks on Rprofile options.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomontezano committed Mar 5, 2024
1 parent 8f56a6d commit 3e591a0
Showing 1 changed file with 24 additions and 27 deletions.
51 changes: 24 additions & 27 deletions .config/r/.Rprofile
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
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 = "[email protected]",
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)

0 comments on commit 3e591a0

Please sign in to comment.