summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-SparseM/Makefile17
-rw-r--r--math/R-cran-SparseM/distinfo2
-rw-r--r--math/R-cran-SparseM/pkg-descr5
4 files changed, 25 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 3bf6036745c9..05b488ed3598 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -17,6 +17,7 @@
SUBDIR += R-cran-RSvgDevice
SUBDIR += R-cran-RcppArmadillo
SUBDIR += R-cran-RcppEigen
+ SUBDIR += R-cran-SparseM
SUBDIR += R-cran-SuppDists
SUBDIR += R-cran-Zelig
SUBDIR += R-cran-bdsmatrix
diff --git a/math/R-cran-SparseM/Makefile b/math/R-cran-SparseM/Makefile
new file mode 100644
index 000000000000..bc65c881d6f6
--- /dev/null
+++ b/math/R-cran-SparseM/Makefile
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= SparseM
+PORTVERSION= 1.7
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Sparse Linear Algebra
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-SparseM/distinfo b/math/R-cran-SparseM/distinfo
new file mode 100644
index 000000000000..5c2694df44d6
--- /dev/null
+++ b/math/R-cran-SparseM/distinfo
@@ -0,0 +1,2 @@
+SHA256 (SparseM_1.7.tar.gz) = df61550b267f8ee9b9d3b17acbadd57a428b43e5e13a6b1c56ed4c38cb523369
+SIZE (SparseM_1.7.tar.gz) = 598188
diff --git a/math/R-cran-SparseM/pkg-descr b/math/R-cran-SparseM/pkg-descr
new file mode 100644
index 000000000000..ea1d48bc89cd
--- /dev/null
+++ b/math/R-cran-SparseM/pkg-descr
@@ -0,0 +1,5 @@
+Some basic linear algebra functionality for sparse matrices is
+provided: including Cholesky decomposition and backsolving as well
+as standard R subsetting and Kronecker products.
+
+WWW: https://cran.r-project.org/web/packages/SparseM/