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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3100 2019/07/31 13:03:20 brook Exp $ 1$NetBSD: CHANGES-2019,v 1.3101 2019/07/31 13:05:34 brook Exp $
2 2
3Changes to the packages collection and infrastructure in 2019: 3Changes to the packages collection and infrastructure in 2019:
4 4
5 Updated net/hub to 2.7.0 [leot 2019-01-01] 5 Updated net/hub to 2.7.0 [leot 2019-01-01]
6 Updated news/sfeed to 0.9.7 [leot 2019-01-01] 6 Updated news/sfeed to 0.9.7 [leot 2019-01-01]
7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01] 7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01]
8 Updated finance/gnucash to 3.4 [wiz 2019-01-01] 8 Updated finance/gnucash to 3.4 [wiz 2019-01-01]
9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01] 9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01]
10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01] 10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01]
11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01] 11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01]
12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01] 12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01]
13 Updated emulators/nestopia to 1.49 [nia 2019-01-01] 13 Updated emulators/nestopia to 1.49 [nia 2019-01-01]
14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01] 14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01]
@@ -5047,13 +5047,14 @@ Changes to the packages collection and i @@ -5047,13 +5047,14 @@ Changes to the packages collection and i
5047 Updated www/cliqz to 1.28.0 [fox 2019-07-31] 5047 Updated www/cliqz to 1.28.0 [fox 2019-07-31]
5048 Updated devel/ocaml-findlib to 1.8.1 [jaapb 2019-07-31] 5048 Updated devel/ocaml-findlib to 1.8.1 [jaapb 2019-07-31]
5049 Updated devel/ocaml-migrate-parsetree to 1.4.0 [jaapb 2019-07-31] 5049 Updated devel/ocaml-migrate-parsetree to 1.4.0 [jaapb 2019-07-31]
5050 Updated devel/ocaml-ppx_tools to 5.3 [jaapb 2019-07-31] 5050 Updated devel/ocaml-ppx_tools to 5.3 [jaapb 2019-07-31]
5051 Updated devel/ocaml-ppx_tools_versioned to 5.2.3 [jaapb 2019-07-31] 5051 Updated devel/ocaml-ppx_tools_versioned to 5.2.3 [jaapb 2019-07-31]
5052 Updated graphics/exiv2 to 0.27.2 [nia 2019-07-31] 5052 Updated graphics/exiv2 to 0.27.2 [nia 2019-07-31]
5053 Updated devel/ocaml-ppx_custom_printf to 0.12.1 [jaapb 2019-07-31] 5053 Updated devel/ocaml-ppx_custom_printf to 0.12.1 [jaapb 2019-07-31]
5054 Updated devel/libidn2 to 2.2.0 [nia 2019-07-31] 5054 Updated devel/libidn2 to 2.2.0 [nia 2019-07-31]
5055 Updated audio/opusfile to 0.11 [nia 2019-07-31] 5055 Updated audio/opusfile to 0.11 [nia 2019-07-31]
5056 Updated games/openttd to 1.9.2 [nia 2019-07-31] 5056 Updated games/openttd to 1.9.2 [nia 2019-07-31]
5057 Added graphics/R-effects version 4.1.1 [brook 2019-07-31] 5057 Added graphics/R-effects version 4.1.1 [brook 2019-07-31]
5058 Added graphics/R-viridis version 0.5.1 [brook 2019-07-31] 5058 Added graphics/R-viridis version 0.5.1 [brook 2019-07-31]
5059 Added math/R-Formula version 1.2.3 [brook 2019-07-31] 5059 Added math/R-Formula version 1.2.3 [brook 2019-07-31]
 5060 Added math/R-RandomFieldsUtils version 0.5.3 [brook 2019-07-31]

cvs diff -r1.410 -r1.411 pkgsrc/math/Makefile (expand / switch to unified diff)

--- pkgsrc/math/Makefile 2019/07/31 13:03:20 1.410
+++ pkgsrc/math/Makefile 2019/07/31 13:05:33 1.411
@@ -1,34 +1,35 @@ @@ -1,34 +1,35 @@
1# $NetBSD: Makefile,v 1.410 2019/07/31 13:03:20 brook Exp $ 1# $NetBSD: Makefile,v 1.411 2019/07/31 13:05:33 brook Exp $
2 2
3COMMENT= Mathematics 3COMMENT= Mathematics
4 4
5SUBDIR+= R 5SUBDIR+= R
6SUBDIR+= R-CGIwithR 6SUBDIR+= R-CGIwithR
7SUBDIR+= R-DAAG 7SUBDIR+= R-DAAG
8SUBDIR+= R-DBI 8SUBDIR+= R-DBI
9SUBDIR+= R-FNN 9SUBDIR+= R-FNN
10SUBDIR+= R-Formula 10SUBDIR+= R-Formula
11SUBDIR+= R-GRASS 11SUBDIR+= R-GRASS
12SUBDIR+= R-ISLR 12SUBDIR+= R-ISLR
13SUBDIR+= R-ISwR 13SUBDIR+= R-ISwR
14SUBDIR+= R-MatrixModels 14SUBDIR+= R-MatrixModels
15SUBDIR+= R-PHYLOGR 15SUBDIR+= R-PHYLOGR
16SUBDIR+= R-R2HTML 16SUBDIR+= R-R2HTML
17SUBDIR+= R-RArcInfo 17SUBDIR+= R-RArcInfo
18SUBDIR+= R-RColorBrewer 18SUBDIR+= R-RColorBrewer
19SUBDIR+= R-RNetCDF 19SUBDIR+= R-RNetCDF
20SUBDIR+= R-RPostgreSQL 20SUBDIR+= R-RPostgreSQL
21SUBDIR+= R-RandomFields 21SUBDIR+= R-RandomFields
 22SUBDIR+= R-RandomFieldsUtils
22SUBDIR+= R-Rcmdr 23SUBDIR+= R-Rcmdr
23SUBDIR+= R-RcppArmadillo 24SUBDIR+= R-RcppArmadillo
24SUBDIR+= R-RcppEigen 25SUBDIR+= R-RcppEigen
25SUBDIR+= R-SparseM 26SUBDIR+= R-SparseM
26SUBDIR+= R-VGAM 27SUBDIR+= R-VGAM
27SUBDIR+= R-XML 28SUBDIR+= R-XML
28SUBDIR+= R-abind 29SUBDIR+= R-abind
29SUBDIR+= R-akima 30SUBDIR+= R-akima
30SUBDIR+= R-aplpack 31SUBDIR+= R-aplpack
31SUBDIR+= R-bbmle 32SUBDIR+= R-bbmle
32SUBDIR+= R-bitops 33SUBDIR+= R-bitops
33SUBDIR+= R-car 34SUBDIR+= R-car
34SUBDIR+= R-carData 35SUBDIR+= R-carData

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