## Don't ask me for my CRAN mirror every time
## Japan:http://cran.ism.ac.jp/
local({r <- getOption("repos")
r["CRAN"] <- "https://mirrors.ustc.edu.cn/CRAN/"
options(repos=r)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.