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. WWW: http://cran.r-project.org/web/packages/nnls/
This commit is contained in:
parent
ea28d29123
commit
d3ba90b638
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302939
4 changed files with 28 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
SUBDIR += R-cran-labeling
|
||||
SUBDIR += R-cran-memisc
|
||||
SUBDIR += R-cran-mvtnorm
|
||||
SUBDIR += R-cran-nnls
|
||||
SUBDIR += R-cran-psych
|
||||
SUBDIR += R-cran-sandwich
|
||||
SUBDIR += R-cran-sm
|
||||
|
|
20
math/R-cran-nnls/Makefile
Normal file
20
math/R-cran-nnls/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: nnls
|
||||
# Date created: 2012-08-21
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nnls
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= R implementation of an algorithm for non-negative least squares
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/R-cran-nnls/distinfo
Normal file
2
math/R-cran-nnls/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (nnls_1.4.tar.gz) = 0e5d77abae12bc50639d34354f96a8e079408c9d7138a360743b73bd7bce6c1f
|
||||
SIZE (nnls_1.4.tar.gz) = 10538
|
5
math/R-cran-nnls/pkg-descr
Normal file
5
math/R-cran-nnls/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/nnls/
|
Loading…
Reference in a new issue