1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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:
Steven Kreuzer 2012-08-22 14:03:17 +00:00
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

View File

@ -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
View 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>

View File

@ -0,0 +1,2 @@
SHA256 (nnls_1.4.tar.gz) = 0e5d77abae12bc50639d34354f96a8e079408c9d7138a360743b73bd7bce6c1f
SIZE (nnls_1.4.tar.gz) = 10538

View 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/