-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rprofile
26 lines (22 loc) · 925 Bytes
/
.Rprofile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
options(repos=structure(c(CRAN="https://cloud.r-project.org")),
devtools.desc.author = 'person(given = c("Robert", "M"), family = "Flight", email = "[email protected]", role = c("aut", "cre"))',
devtools.desc.license = "MIT",
blogdown.author = "Robert M Flight",
blogdown.ext = ".Rmd",
blogdown.subdir = "post",
servr.daemon = TRUE,
future.fork.enable = TRUE,
tibble.width = Inf,
tibble.print_min = 20)
# system2("clear")
# cat("\014")
# cli::cli_alert(R.version.string)
# cli::cli_alert(paste("Running under", utils::osVersion))
# cli::cli_alert(paste("System time is", as.character(lubridate::now())))
#
# setHook(packageEvent("grDevices", "onLoad"),
# function(...) grDevices::X11.options(type='cairo'))
# options(device='x11')
q = function (save = 'no', ...) base::q(save = save, ...)
source("renv/activate.R")
source("./packages.R")