8 lines
120 B
R
8 lines
120 B
R
# vim:filetype=r
|
|
options(
|
|
useFancyQuotes = FALSE,
|
|
repos = structure(
|
|
c(CRAN = "https://cran.rstudio.com")
|
|
)
|
|
)
|