mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
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/
This commit is contained in:
parent
48ecd3c6ec
commit
ac2d227e9b
@ -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
14
math/R-cran-slam/Makefile
Normal 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>
|
3
math/R-cran-slam/distinfo
Normal file
3
math/R-cran-slam/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1713354419
|
||||
SHA256 (slam_0.1-50.tar.gz) = 7899bf3266c204ecccefc1878f96940b117d4503af128f4fbc50fc409163f8bd
|
||||
SIZE (slam_0.1-50.tar.gz) = 53641
|
3
math/R-cran-slam/pkg-descr
Normal file
3
math/R-cran-slam/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Data structures and algorithms for sparse arrays and matrices,
|
||||
based on index arrays and simple triplet representations,
|
||||
respectively.
|
Loading…
Reference in New Issue
Block a user