1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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

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/
This commit is contained in:
TAKATSU Tomonari 2015-11-15 15:45:17 +00:00
parent 23d37009a8
commit c9edba5dd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401712
4 changed files with 25 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (SparseM_1.7.tar.gz) = df61550b267f8ee9b9d3b17acbadd57a428b43e5e13a6b1c56ed4c38cb523369
SIZE (SparseM_1.7.tar.gz) = 598188

View File

@ -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/