pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-RandomFieldsUtils: initial commit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/375556a36e80
branches: trunk
changeset: 337038:375556a36e80
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 13:05:33 2019 +0000
description:
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.
diffstat:
doc/CHANGES-2019 | 3 ++-
math/Makefile | 3 ++-
math/R-RandomFieldsUtils/DESCR | 4 ++++
math/R-RandomFieldsUtils/Makefile | 16 ++++++++++++++++
math/R-RandomFieldsUtils/distinfo | 6 ++++++
5 files changed, 30 insertions(+), 2 deletions(-)
diffs (69 lines):
diff -r 72f6b4e83e5d -r 375556a36e80 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Wed Jul 31 13:03:20 2019 +0000
+++ b/doc/CHANGES-2019 Wed Jul 31 13:05:33 2019 +0000
@@ -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]
diff -r 72f6b4e83e5d -r 375556a36e80 math/Makefile
--- a/math/Makefile Wed Jul 31 13:03:20 2019 +0000
+++ b/math/Makefile Wed Jul 31 13:05:33 2019 +0000
@@ -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
diff -r 72f6b4e83e5d -r 375556a36e80 math/R-RandomFieldsUtils/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RandomFieldsUtils/DESCR Wed Jul 31 13:05:33 2019 +0000
@@ -0,0 +1,4 @@
+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.
diff -r 72f6b4e83e5d -r 375556a36e80 math/R-RandomFieldsUtils/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RandomFieldsUtils/Makefile Wed Jul 31 13:05:33 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:05:34 brook Exp $
+
+CATEGORIES= math R
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+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"
diff -r 72f6b4e83e5d -r 375556a36e80 math/R-RandomFieldsUtils/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RandomFieldsUtils/distinfo Wed Jul 31 13:05:33 2019 +0000
@@ -0,0 +1,6 @@
+$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
Home |
Main Index |
Thread Index |
Old Index