我需要安装最新版本R-2.15.2。我尝试使用
blah> sudo yum install R
安装 R,但出于某种原因(可能是因为它是 Fedora 的旧版本?)我的系统认为 R 版本13是最新的。因此,我从 R 的站点下载了 .tar.gz 文件并使用了以下内容:
blah> tar -xvf R-2.15.2.tar.gz
这样就成功解压了文件。然后我跑了:
blah> ./configure
blah/R-2.15.2> ls
ChangeLog COPYING Makeconf.in ONEWS src VERSION-NICK
config.log doc Makefile.fw OONEWS SVN-REVISION
config.site etc Makefile.in po tests
configure INSTALL NEWS README tools
configure.ac m4 NEWS.pdf share VERSION
如您所见,生成文件存在。但是,当我在 R 文件夹中运行“make”时,出现以下错误:
blah/R-2.15.2> make
make: No targets specified and no makefile found. Stop.
有什么办法可以解决这个问题吗?我猜人们会建议更新 Fedora,但还有其他方法吗?