blob: be3c2144643947ccfd71d26604e1d4dd68947f72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= nnls
PORTVERSION= 1.4
PORTREVISION= 13
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= R implementation of an algorithm for non-negative least squares
WWW= https://cran.r-project.org/web/packages/nnls/
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|