Skip to content

Commit

Permalink
use RSPM before CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
black-snow committed Jul 23, 2023
1 parent f58f013 commit ca969a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
options(repos = c(
RSPM = "https://packagemanager.posit.co/cran/latest",
CRAN = "https://cran.r-project.org"
))
source("renv/activate.R")

0 comments on commit ca969a8

Please sign in to comment.