Last data update: 2014.03.03

lbfgsb3

Package: lbfgsb3
Type: Package
Title: Limited Memory BFGS Minimizer with Bounds on Parameters
Version: 2015-2.13
Date: 2015-02-13
Authors@R: c( person(given = c("John", "C"), family = "Nash", role =
c("aut", "cre"), email = "nashjc@uottawa.ca"),
person(given = "Ciyou", family = "Zhu", role = "aut"),
person(given = "Richard", family = "Byrd", role = "aut"),
person(given = "Jorge", family = "Nocedal", role = "aut"),
person(given = c("Jose", "Luis"), family = "Morales", role = "aut"))
Maintainer: John C Nash <nashjc@uottawa.ca>
Description: Interfacing to Nocedal et al. L-BFGS-B.3.0 (2011) limited
memory BFGS minimizer with bounds on parameters.
License: GPL-2
Depends: R (>= 2.15.0), numDeriv
Packaged: 2015-02-16 20:01:08 UTC; john
Author: John C Nash [aut, cre],
Ciyou Zhu [aut],
Richard Byrd [aut],
Jorge Nocedal [aut],
Jose Luis Morales [aut]
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-02-18 23:34:54

● 0 images, 1 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lbfgsb3' ...
** package 'lbfgsb3' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c blas.f -o blas.o
f95   -fpic  -g -O2  -c lbfgsb.f -o lbfgsb.o
f95   -fpic  -g -O2  -c linpack.f -o linpack.o
f95   -fpic  -g -O2  -c timer.f -o timer.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o lbfgsb3.so blas.o lbfgsb.o linpack.o timer.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/lbfgsb3/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lbfgsb3'
    finding HTML links ... done
    lbfgsb3                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (lbfgsb3)
Making 'packages.html' ... done