把一切操作变成GUI
deepin
2024-10-07 14:08 Backbone of ecological co-construction group
缺乏依赖
sudo apt-get install libicu-dev
Reply Like 0 View the author
缺乏依赖
sudo apt-get install libicu-dev
系统源内有R,可以用sudo apt search r-base检索包名,最新版可能是r-devel
或者使用官方的.gz包进行编译
终于解决此问题,我安装最新的R 4.4.3:
Deepin 23 基于Debian bookworm/sid(即Debian 12或测试/不稳定分支),需选择适配该分支的RStudio版本。
确保系统已安装基础依赖:
bash
复制
sudo apt update && sudo apt install -y libclang-15-dev libpq5 libssl3 r-base-core
RStudio官方针对Debian bookworm/sid的版本通常为最新稳定版。推荐选择以下版本:
安装后成功。
我最近安装了新的V23系统,但是安装应用软件出现问题:
安装新版本R
安装说明在这里:https://docs.posit.co/resources/install-r/#download-and-install-r
返回结果显示deepin版本为bookworm/sid
3.选择软件版本
4.下载和安装R
5.确认R安装
此时提示:/opt/R/4.4.1/lib/R/bin/exec/R: error while loading shared libraries: libicuuc.so.72: cannot open shared object file: No such file or directory
这个是否系统缺乏库文件?