pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/R-spatstat.sparse
Module Name: pkgsrc
Committed By: mef
Date: Mon Sep 20 09:56:02 UTC 2021
Added Files:
pkgsrc/geography/R-spatstat.sparse: DESCR Makefile distinfo
Log Message:
(geography/R-spatstat.sparse) import R-spatstat.sparse-2.0.0
Defines sparse three-dimensional arrays and supports standard
operations on them. The package also includes utility functions for
matrix calculations that are common in statistics, such as quadratic
forms.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-spatstat.sparse/DESCR \
pkgsrc/geography/R-spatstat.sparse/Makefile \
pkgsrc/geography/R-spatstat.sparse/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/geography/R-spatstat.sparse/DESCR
diff -u /dev/null pkgsrc/geography/R-spatstat.sparse/DESCR:1.1
--- /dev/null Mon Sep 20 09:56:02 2021
+++ pkgsrc/geography/R-spatstat.sparse/DESCR Mon Sep 20 09:56:02 2021
@@ -0,0 +1,4 @@
+Defines sparse three-dimensional arrays and supports standard
+operations on them. The package also includes utility functions for
+matrix calculations that are common in statistics, such as quadratic
+forms.
Index: pkgsrc/geography/R-spatstat.sparse/Makefile
diff -u /dev/null pkgsrc/geography/R-spatstat.sparse/Makefile:1.1
--- /dev/null Mon Sep 20 09:56:02 2021
+++ pkgsrc/geography/R-spatstat.sparse/Makefile Mon Sep 20 09:56:02 2021
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/09/20 09:56:02 mef Exp $
+
+R_PKGNAME= spatstat.sparse
+R_PKGVER= 2.0-0
+CATEGORIES= geography
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Sparse Three-Dimensional Arrays and Linear Algebra Utilities
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+= R-spatstat.utils>=2.1.0:../../geography/R-spatstat.utils
+DEPENDS+= R-abind>=1.4.5:../../math/R-abind
+DEPENDS+= R-tensor>=1.5:../../math/R-tensor
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-spatstat.sparse/distinfo
diff -u /dev/null pkgsrc/geography/R-spatstat.sparse/distinfo:1.1
--- /dev/null Mon Sep 20 09:56:02 2021
+++ pkgsrc/geography/R-spatstat.sparse/distinfo Mon Sep 20 09:56:02 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/20 09:56:02 mef Exp $
+
+SHA1 (R/spatstat.sparse_2.0-0.tar.gz) = 33b2031ef2891600945e43bb5dea1f87fcb64bc2
+RMD160 (R/spatstat.sparse_2.0-0.tar.gz) = e4852eb924eaed1371c6a2f27eb561ec9b8fe864
+SHA512 (R/spatstat.sparse_2.0-0.tar.gz) = 4134118030202243909afa89c785394170d27ba84cbf43a5146434a0453ff3982033b10c66274607cd45ee8190282d5bcbe8564a313474144d738231a7732525
+Size (R/spatstat.sparse_2.0-0.tar.gz) = 38486 bytes
Home |
Main Index |
Thread Index |
Old Index