mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
23d37009a8
Modelling with sparse and dense 'Matrix' matrices, using modular prediction and response module classes. WWW: https://cran.r-project.org/web/packages/MatrixModels/
18 lines
327 B
Makefile
18 lines
327 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MatrixModels
|
|
DISTVERSION= 0.4-1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Modelling with Sparse And Dense Matrices
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|