GNU bug report logs - #55852
[PATCH 1/6] gnu: Add r-spacetime.

Previous Next

Package: guix-patches;

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

From: Wiktor Żelazny <wz <at> freeshell.de>
To: 55852 <at> debbugs.gnu.org
Cc: Wiktor Żelazny <wz <at> freeshell.de>
Subject: [bug#55852] [PATCH 3/6] gnu: Add r-automap.
Date: Wed,  8 Jun 2022 19:05:13 +0200
* gnu/packages/cran.scm (r-automap): New variable.
---
 gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5159c743ee..a8e604c273 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33407,3 +33407,28 @@ (define-public r-gstat
 Gaussian or indicator (co)simulation.  It includes variogram and variogram map
 plotting utility functions, and supports @command{sf} and @command{stars}.")
     (license license:gpl2+)))
+
+(define-public r-automap
+  (package
+    (name "r-automap")
+    (version "1.0-16")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "automap" version))
+              (sha256
+               (base32
+                "0jz0p28gmx9cpzv4cz0xhbml3w1inf2nsd2ynbhmfxg5rm2f7dca"))))
+    (properties `((upstream-name . "automap")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-ggplot2
+                             r-gstat
+                             r-lattice
+                             r-maptools
+                             r-reshape
+                             r-sp))
+    (home-page "https://cran.r-project.org/package=automap")
+    (synopsis "Automatic interpolation package")
+    (description
+     "@command{automap} performs an automatic interpolation by automatically
+estimating the variogram and then calling @command{gstat}.")
+    (license (list license:gpl2+ license:gpl3+))))
-- 
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.