Wed Jul 31 13:05:34 2019 UTC ()
R-RandomFieldsUtils: initial commit.

Various utilities are provided that might be used in spatial
statistics and elsewhere. It delivers a method for solving linear
equations that checks the sparsity of the matrix before any algorithm
is used. Furthermore, it includes the Struve functions.


(brook)
diff -r1.3100 -r1.3101 pkgsrc/doc/CHANGES-2019
diff -r1.410 -r1.411 pkgsrc/math/Makefile
diff -r0 -r1.1 pkgsrc/math/R-RandomFieldsUtils/DESCR
diff -r0 -r1.1 pkgsrc/math/R-RandomFieldsUtils/Makefile
diff -r0 -r1.1 pkgsrc/math/R-RandomFieldsUtils/distinfo

cvs diff -r1.3100 -r1.3101 pkgsrc/doc/CHANGES-2019 (expand / switch to context diff)
--- pkgsrc/doc/CHANGES-2019 2019/07/31 13:03:20 1.3100
+++ pkgsrc/doc/CHANGES-2019 2019/07/31 13:05:34 1.3101
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3100 2019/07/31 13:03:20 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3101 2019/07/31 13:05:34 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5057,3 +5057,4 @@
 	Added graphics/R-effects version 4.1.1 [brook 2019-07-31]
 	Added graphics/R-viridis version 0.5.1 [brook 2019-07-31]
 	Added math/R-Formula version 1.2.3 [brook 2019-07-31]
+	Added math/R-RandomFieldsUtils version 0.5.3 [brook 2019-07-31]

cvs diff -r1.410 -r1.411 pkgsrc/math/Makefile (expand / switch to context diff)
--- pkgsrc/math/Makefile 2019/07/31 13:03:20 1.410
+++ pkgsrc/math/Makefile 2019/07/31 13:05:33 1.411
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.410 2019/07/31 13:03:20 brook Exp $
+# $NetBSD: Makefile,v 1.411 2019/07/31 13:05:33 brook Exp $
 
 COMMENT=	Mathematics
 
@@ -19,6 +19,7 @@
 SUBDIR+=	R-RNetCDF
 SUBDIR+=	R-RPostgreSQL
 SUBDIR+=	R-RandomFields
+SUBDIR+=	R-RandomFieldsUtils
 SUBDIR+=	R-Rcmdr
 SUBDIR+=	R-RcppArmadillo
 SUBDIR+=	R-RcppEigen

File Added: pkgsrc/math/R-RandomFieldsUtils/DESCR
Various utilities are provided that might be used in spatial
statistics and elsewhere. It delivers a method for solving linear
equations that checks the sparsity of the matrix before any algorithm
is used. Furthermore, it includes the Struve functions.

File Added: pkgsrc/math/R-RandomFieldsUtils/Makefile
# $NetBSD: Makefile,v 1.1 2019/07/31 13:05:34 brook Exp $

CATEGORIES=	math R

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	${R_HOMEPAGE_BASE}/RandomFieldsUtils/
COMMENT=	Utilities for the simulation and analysis of random fields
LICENSE=	gnu-gpl-v3

R_PKGNAME=	RandomFieldsUtils
R_PKGVER=	0.5.3

USE_LANGUAGES=	c c++ fortran

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/math/R-RandomFieldsUtils/distinfo
$NetBSD: distinfo,v 1.1 2019/07/31 13:05:34 brook Exp $

SHA1 (R/RandomFieldsUtils_0.5.3.tar.gz) = 24ff973cbe04786002fce1cb35e6f87f08d96523
RMD160 (R/RandomFieldsUtils_0.5.3.tar.gz) = 920380efd31ff0999164f557daec4c073829a938
SHA512 (R/RandomFieldsUtils_0.5.3.tar.gz) = b164de77b441b0e2e9793b8d1d84ece45ebc3db572c9a54483cd0d37ce9cfa076a4aecb99d2fa36d7798c782643084bb72e2b8f0cc75df42753d9ba4e26151e9
Size (R/RandomFieldsUtils_0.5.3.tar.gz) = 137236 bytes