Last data update: 2014.03.03

nnls

Package: nnls
Type: Package
Title: The Lawson-Hanson algorithm for non-negative least squares
(NNLS)
Version: 1.4
Author: Katharine M. Mullen and Ivo H. M. van Stokkum
Maintainer: Katharine Mullen <mullenkate@gmail.com>
Description: An R interface to the Lawson-Hanson implementation of an
algorithm for non-negative least squares (NNLS). Also allows
the combination of non-negative and non-positive constraints.
License: GPL (>= 2)
Packaged: 2012-03-19 16:06:34 UTC; kmullen
Repository: CRAN
Date/Publication: 2012-03-19 16:28:59

● 0 images, 3 functions, 0 datasets
Reverse Depends: 4

Install log

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