- Add new port: math/R-cran-MatrixModels

Modelling with sparse and dense 'Matrix' matrices, using modular
  prediction and response module classes.

  WWW: https://cran.r-project.org/web/packages/MatrixModels/
This commit is contained in:
TAKATSU Tomonari 2015-11-15 15:35:14 +00:00
parent 9f9234cb20
commit 23d37009a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401711
4 changed files with 24 additions and 0 deletions

View file

@ -11,6 +11,7 @@
SUBDIR += R-cran-KFAS
SUBDIR += R-cran-LearnBayes
SUBDIR += R-cran-MCMCpack
SUBDIR += R-cran-MatrixModels
SUBDIR += R-cran-NMF
SUBDIR += R-cran-RHmm
SUBDIR += R-cran-RSvgDevice

View file

@ -0,0 +1,17 @@
# 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>

View file

@ -0,0 +1,2 @@
SHA256 (MatrixModels_0.4-1.tar.gz) = fe878e401e697992a480cd146421c3a10fa331f6b37a51bac83b5c1119dcce33
SIZE (MatrixModels_0.4-1.tar.gz) = 23065

View file

@ -0,0 +1,4 @@
Modelling with sparse and dense 'Matrix' matrices, using modular
prediction and response module classes.
WWW: https://cran.r-project.org/web/packages/MatrixModels/