Skip to content

Commit

Permalink
Update .Rprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlavender committed Oct 22, 2024
1 parent c1fd477 commit d9dfa31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
source("renv/activate.R")

repos <- c(CRAN = "https://cloud.r-project.org")
options(repos = repos)
options(repos = c(CRAN = "https://cloud.r-project.org"))

if (!requireNamespace("here", quietly = TRUE)) {
install.packages("here")
Expand Down

0 comments on commit d9dfa31

Please sign in to comment.