aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2015-11-15 23:35:14 +0800
committertota <tota@FreeBSD.org>2015-11-15 23:35:14 +0800
commit3977959909f0a0aa5b86deaa550f1223722747c5 (patch)
tree3fdb1e3bf23322c66c6e8efd7fe1f88f00edb369
parenta0cf2c204e44e577c7ef36681a37f255c9162a44 (diff)
downloadfreebsd-ports-gnome-3977959909f0a0aa5b86deaa550f1223722747c5.tar.gz
freebsd-ports-gnome-3977959909f0a0aa5b86deaa550f1223722747c5.tar.zst
freebsd-ports-gnome-3977959909f0a0aa5b86deaa550f1223722747c5.zip
- 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/
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-MatrixModels/Makefile17
-rw-r--r--math/R-cran-MatrixModels/distinfo2
-rw-r--r--math/R-cran-MatrixModels/pkg-descr4
4 files changed, 24 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 29418be442a0..3bf6036745c9 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
diff --git a/math/R-cran-MatrixModels/Makefile b/math/R-cran-MatrixModels/Makefile
new file mode 100644
index 000000000000..b4997c62b0ef
--- /dev/null
+++ b/math/R-cran-MatrixModels/Makefile
@@ -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>
diff --git a/math/R-cran-MatrixModels/distinfo b/math/R-cran-MatrixModels/distinfo
new file mode 100644
index 000000000000..9bd178089647
--- /dev/null
+++ b/math/R-cran-MatrixModels/distinfo
@@ -0,0 +1,2 @@
+SHA256 (MatrixModels_0.4-1.tar.gz) = fe878e401e697992a480cd146421c3a10fa331f6b37a51bac83b5c1119dcce33
+SIZE (MatrixModels_0.4-1.tar.gz) = 23065
diff --git a/math/R-cran-MatrixModels/pkg-descr b/math/R-cran-MatrixModels/pkg-descr
new file mode 100644
index 000000000000..7373ad21cffa
--- /dev/null
+++ b/math/R-cran-MatrixModels/pkg-descr
@@ -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/