Skip to content

Instantly share code, notes, and snippets.

@fearless-spider
Last active January 4, 2022 19:25
Show Gist options
  • Save fearless-spider/cc2f12b0f7eebd79eebc3adbf938bc0b to your computer and use it in GitHub Desktop.
Save fearless-spider/cc2f12b0f7eebd79eebc3adbf938bc0b to your computer and use it in GitHub Desktop.

Revisions

  1. fearless-spider revised this gist Jan 4, 2022. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original 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)
  2. fearless-spider created this gist Jan 4, 2022.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original 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)
    })