MRAN 掛了的備援方案 - wush978/DataScienceAndR GitHub Wiki
local({
tmp.path <- tempfile(fileext = ".zip")
download.file("https://github.com/wush978/R/raw/gh-pages/DSR-win-binary-packages.zip", tmp.path)
.libPaths()[1]
unzip(tmp.path, exdir = .libPaths()[1])
})