R-cran-slam: New port: Sparse Lightweight Arrays and Matrices

Data structures and algorithms for sparse arrays and matrices,
based on index arrays and simple triplet representations,
respectively.

WWW: https://cran.r-project.org/web/packages/slam/
main
Nuno Teixeira 2024-04-18 09:36:09 +01:00
parent 48ecd3c6ec
commit ac2d227e9b
4 changed files with 21 additions and 0 deletions

View File

@ -132,6 +132,7 @@
SUBDIR += R-cran-scatterplot3d
SUBDIR += R-cran-sets
SUBDIR += R-cran-sf
SUBDIR += R-cran-slam
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
SUBDIR += R-cran-spData

14
math/R-cran-slam/Makefile Normal file
View File

@ -0,0 +1,14 @@
PORTNAME= slam
DISTVERSION= 0.1-50
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Sparse Lightweight Arrays and Matrices
WWW= https://cran.r-project.org/web/packages/slam/
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1713354419
SHA256 (slam_0.1-50.tar.gz) = 7899bf3266c204ecccefc1878f96940b117d4503af128f4fbc50fc409163f8bd
SIZE (slam_0.1-50.tar.gz) = 53641

View File

@ -0,0 +1,3 @@
Data structures and algorithms for sparse arrays and matrices,
based on index arrays and simple triplet representations,
respectively.