Last data update: 2014.03.03

nloptr

Package: nloptr
Type: Package
Title: R interface to NLopt
Version: 1.0.4
Date: 2014-08-02
Author: Jelmer Ypma <uctpjyy@ucl.ac.uk>, with contributions by
Hans W. Borchers <hwborchers@googlemail.com> and
Dirk Eddelbuettel <edd@debian.org>
Maintainer: Jelmer Ypma <uctpjyy@ucl.ac.uk>
Description:
nloptr is an R interface to NLopt. NLopt is a free/open-source library for
nonlinear optimization, providing a common interface for a number of
different free optimization routines available online as well as original
implementations of various other algorithms.
See http://ab-initio.mit.edu/wiki/index.php/NLopt_Introduction for more
information on the available algorithms. During installation on Unix the
NLopt code is downloaded and compiled from the NLopt website.
License: LGPL-3
Suggests: testthat (>= 0.8.1)
LazyLoad: yes
Packaged: 2014-08-02 18:12:19 UTC; Jelmer
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-08-04 15:35:43

● Cran Task View: Optimization
● 0 images, 25 functions, 0 datasets
Reverse Depends: 8

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'nloptr' ...
** package 'nloptr' successfully unpacked and MD5 sums checked
checking for g++... g++
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 we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for pkg-config... yes
configure: Now testing for NLopt header file.
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking nlopt.h usability... no
checking nlopt.h presence... no
checking for nlopt.h... no
configure: Need to download and build NLopt
trying URL 'http://ab-initio.mit.edu/nlopt/nlopt-2.4.2.tar.gz'
Content type 'application/x-gzip' length 2361992 bytes (2.3 MB)
==================================================
downloaded 2.3 MB

configure: Starting to install library to /tmp/RtmpvZg8T1/R.INSTALL245a422ec5df/nloptr/nlopt-2.4.2
configure: Done installing library to /tmp/RtmpvZg8T1/R.INSTALL245a422ec5df/nloptr/nlopt-2.4.2
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dummy.cpp -o dummy.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I/tmp/RtmpvZg8T1/R.INSTALL245a422ec5df/nloptr/nlopt-2.4.2/include -fpic  -g -O2  -c nloptr.c -o nloptr.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o nloptr.so dummy.o nloptr.o -lm /tmp/RtmpvZg8T1/R.INSTALL245a422ec5df/nloptr/nlopt-2.4.2/lib/libnlopt_cxx.a -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/nloptr/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'nloptr'
    finding HTML links ... done
    auglag                                  html  
    bobyqa                                  html  
    check.derivatives                       html  
    cobyla                                  html  
    crs2lm                                  html  
    direct                                  html  
    gradients                               html  
    is.nloptr                               html  
    isres                                   html  
    lbfgs                                   html  
    mlsl                                    html  
    mma                                     html  
    neldermead                              html  
    newuoa                                  html  
    nloptions                               html  
    nloptr-package                          html  
    nloptr                                  html  
    nloptr.get.default.options              html  
    nloptr.print.options                    html  
    print.nloptr                            html  
    sbplx                                   html  
    slsqp                                   html  
    stogo                                   html  
    tnewton                                 html  
    varmetric                               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (nloptr)
Making 'packages.html' ... done