Skip to content

Instantly share code, notes, and snippets.

@nekolinuxblog
Last active June 12, 2022 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekolinuxblog/33450df0aec6bccdd3ef86ebd968ef27 to your computer and use it in GitHub Desktop.
Save nekolinuxblog/33450df0aec6bccdd3ef86ebd968ef27 to your computer and use it in GitHub Desktop.
サイト全体に対するRのパッケージリポジトリ(ミラー)指定
local({
r <- getOption("repos")
r["CRAN"] <- "https://cran.ism.ac.jp/"
options(repos=r)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment