dotfiles/Rprofile

8 lines
120 B
Plaintext
Raw Normal View History

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