ubuntu安装R

本文详细介绍了在安装R语言时遇到的配置问题及其解决方案,包括配置GCC、安装依赖库readline-devel,以及如何正确配置R的源文件目录。文章提供了从解压文件到完成安装的完整步骤,并在遇到特定错误时提供了相应的解决方法,如“configure:error:NoF77compilerfound”和“configure:error:–with-x=yes(default)andX11headers/libsarenotavailable”的解决策略。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


sudo apt-get install gfortran


安装yum install readline-devel

或者在ubuntu中新力得安装libreadline6-dev


   1、解压文件:tar –zvxf R-3.2.2.tar.gz

   2、进入R源文件目录:cd R-3.2.2
   3、执行./configure --prefix/home/work/R(--prefix是关键,R是自建文件夹
下面这些保留下来,暂时不用
提示错误信息为“
configure: error: No F77 compilerfound”,执行命令yum installgcc-gfortran解决。再次执行./configure,报错:configure: error: --with-readline=yes (default) andheaders/libs are not available”,执行命令./configure --with-readline=no,继续报错:“configure: error: –with-x=yes (default) and X11headers/libs are not available”。尝试执行命令./configure --with-readline=no--with-x=no通过,只是会提示警告信息:
configure:WARNING: you cannot build DVI versions of the Rmanuals
configure:WARNING: you cannot build DVI versions of all the helppages
configure:WARNING: you cannot build info or HTML versions of the Rmanuals
configure:WARNING: you cannot build PDF versions of the Rmanuals
configure:WARNING: you cannot build PDF versions of all the helppages
   4、make
   5、make install
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值