GNU bug report logs -
#55852
[PATCH 1/6] gnu: Add r-spacetime.
Previous Next
Reported by: Wiktor Żelazny <wz <at> freeshell.de>
Date: Wed, 8 Jun 2022 16:55:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-gstat): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6a0bb29c54..5159c743ee 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33384,3 +33384,26 @@ (define-public r-spacetime
or animation) or multiple time series; methods for spatial and temporal
matching or aggregation, retrieving coordinates, print, summary, etc.")
(license license:gpl2+)))
+
+(define-public r-gstat
+ (package
+ (name "r-gstat")
+ (version "2.0-9")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "gstat" version))
+ (sha256
+ (base32
+ "19m4zcj1qvg6gs8yjr5ijvd6rrv4av5yp5rmhnb88f0m5qn06b0j"))))
+ (properties `((upstream-name . "gstat")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-lattice r-sp r-zoo r-spacetime r-fnn))
+ (home-page "https://github.com/r-spatial/gstat/")
+ (synopsis "Spatial and spatio-temporal geostatistical modelling,
+prediction and simulation")
+ (description
+ "This package enables variogram modelling, including: simple, ordinary and
+universal point or block (co)kriging; spatio-temporal kriging; and sequential
+Gaussian or indicator (co)simulation. It includes variogram and variogram map
+plotting utility functions, and supports @command{sf} and @command{stars}.")
+ (license license:gpl2+)))
--
2.36.1
This bug report was last modified 2 years and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.