I am trying to install the R package nloptr on a CentOS Linux machine that doesn\'t have internet connection as follows:
install.packages(\"/hom
If you are on CentOS (and have internet access, but the nlopt server is not reachable), you can install nlopt first using
nlopt
yum install nlopt nlopt-devel
Then you can install nloptr normally.
nloptr