Last active
          January 4, 2022 19:25 
        
      - 
      
- 
        Save fearless-spider/cc2f12b0f7eebd79eebc3adbf938bc0b to your computer and use it in GitHub Desktop. 
Revisions
- 
        fearless-spider revised this gist Jan 4, 2022 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,3 +3,7 @@ local({r <- getOption("repos") r["CRAN"] <- "http://cran.r-project.org" options(repos=r) }) or chooseCRANmirror(81) 
- 
        fearless-spider created this gist Jan 4, 2022 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ ## Default repo local({r <- getOption("repos") r["CRAN"] <- "http://cran.r-project.org" options(repos=r) })