请求更新R语言的版本
Tofloor
poster avatar
不避风云
deepin
2019-06-25 18:48
Author
安装后的R语言还停留在 R3.4.4,现在最新版本已经到R3.6了,期望能够跟进。现在安装很多R的包,都不能很好的支持当前版本,原来做的 bookdown 书籍,在更新了几次后,也不能很好的运行了,期望能够解决,谢谢。https://bbs.deepin.org/user/101846

Reply Favorite View the author
All Replies
avatar
jianguo922
deepin
2019-06-26 00:05
#1
好像应用商店可以催更
Reply View the author
avatar
Feng Yu
deepin
2019-06-26 00:27
#2
https://cran.r-project.org/bin/linux/debian/#supported-branches

直接添加R language官方仓库就行了
Reply View the author
Comments
bubifengyun
2019-06-27 20:01
感谢,添加成功。
avatar
johnmy
deepin
2019-12-16 07:19
#3
https://bbs.deepin.org/post/179823
https://cran.r-project.org/bin/linux/debian/#supported-branches

直接添加R language官方仓库就行了 ...

具体怎么做呢?
添加deb https://mirrors.ustc.edu.cn/CRAN/bin/linux/debian buster-cran35/到
/etc/apt/sources.list,然后
sudo apt-get update
sudo apt-get install r-base
还是提示依赖,无法安装。
Reply View the author
avatar
johnmy
deepin
2019-12-16 16:43
#4
https://bbs.deepin.org/post/179823
https://cran.r-project.org/bin/linux/debian/#supported-branches

直接添加R language官方仓库就行了 ...

deepin 15.11用的是哪个版本的Debian?
buster (stable)还是stretch (oldstable)?
Reply View the author
avatar
探索
deepin
2019-12-16 20:21
#5
可以尝试编译安装最新版
https://bbs.deepin.org/post/175682
Reply View the author
avatar
atoin
deepin
2020-03-21 08:32
#6
软件都太老久了
Reply View the author
avatar
谦言谦语
deepin
2020-03-21 11:05
#7
https://bbs.deepin.org/post/179823
deepin 15.11用的是哪个版本的Debian?
buster (stable)还是stretch (oldstable)?

15.11是Debian 9 stretch。
Reply View the author
avatar
oncemore
deepin
2020-03-22 06:42
#8
conda install r-base=3.6 ,另外可以修改Rstudio默认使用的R
Reply View the author
avatar
不避风云
deepin
2020-03-22 17:29
#9
https://bbs.deepin.org/post/179823
conda install r-base=3.6 ,另外可以修改Rstudio默认使用的R

https://www.jianshu.com/p/edaa744ea47d
感谢,首次听说有conda这个玩意。
Reply View the author