dotfiles/Rprofile

8 lines
120 B
Plaintext
Raw Permalink Normal View History

2020-09-15 23:21:06 +00:00
# vim:filetype=r
options(
2020-09-16 15:36:48 +00:00
useFancyQuotes = FALSE,
repos = structure(
c(CRAN = "https://cran.rstudio.com")
)
2020-09-15 23:21:06 +00:00
)