Update 2017-01-17-CRAN.md

Fixed an invalid URL
This commit is contained in:
Aethoce 2022-11-21 23:18:56 +08:00
parent ae5382ce79
commit 2debf3fa3c

View File

@ -20,7 +20,7 @@ options("repos" = c(CRAN="https://{{ site.hostname }}/CRAN/"))
Ubuntu 下添加CRAN镜像安装r
====================================
参考[(README里的步骤)](https://{{ site.hostname }}/CRAN/bin/linux/ubuntu/README.html)
参考[(README里的步骤)](https://{{ site.hostname }}/CRAN/bin/linux/ubuntu/fullREADME.html)
例如 `Ubuntu 18.04` 编辑 `sudo vim /etc/apt/sources.list.d/r-tuna.list` 输入
`deb https://{{ site.hostname }}/CRAN/bin/linux/ubuntu bionic-cran40/` (注意根据你的发行版替换`bionic`,根据需要的版本号替换`cran40`)