CMake 3.2 or higher is required. You are running version 2.8.12.2
--
> install.packages("nloptr")
trying URL 'https://mirrors.tuna.tsinghua.edu.cn/CRAN/src/contrib/nloptr_2.0.3.tar.gz'
Content type 'application/octet-stream' length 2219877 bytes (2.1 MB)
==================================================
downloaded 2.1 MB
* installing *source* package ‘nloptr’ ...
** package ‘nloptr’ successfully unpacked and MD5 sums checked
** using staged installation
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ -std=gnu++11 accepts -g... yes
checking for g++ -std=gnu++11 option to enable C++11 features... none needed
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
checking whether the compiler supports GNU C++... (cached) yes
checking whether g++ -std=gnu++11 accepts -g... (cached) yes
checking for g++ -std=gnu++11 option to enable C++11 features... (cached) none needed
checking for pkg-config... /usr/bin/pkg-config
checking if pkg-config knows NLopt... yes
checking for pkg-config checking NLopt ver
cmake版本过低导致安装R包nloptr失败
最新推荐文章于 2025-06-17 09:00:03 发布
在尝试安装R包nloptr时遇到错误,提示需要CMake版本3.2或更高,当前运行的是2.8.12.2。为解决此问题,可以下载并安装3.2.0版本的cmake,或者选择自行编译。通过备份旧版本cmake并指向新版本,可以成功进行R包的编译。参照相关博客文章,如CSDN上的相关教程,可以完成cmake的升级并解决R包安装问题。


1174

被折叠的 条评论
为什么被折叠?



