guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#57401] [PATCH 2/3] gnu: Add r-climatol.


From: Wiktor Żelazny
Subject: [bug#57401] [PATCH 2/3] gnu: Add r-climatol.
Date: Thu, 25 Aug 2022 12:09:53 +0200

From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/cran.scm (r-climatol): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8a2302fca6..f8e62083e0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34451,3 +34451,25 @@ (define-public r-mapdata
      "This is a supplement to the @code{maps} package providing the larger
 and/or higher-resolution databases.")
     (license license:gpl2)))
+
+(define-public r-climatol
+  (package
+    (name "r-climatol")
+    (version "3.1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "climatol" version))
+              (sha256
+               (base32
+                "0p3nk4n7izj0cmmqd9apa1gix5lfdzp08ydy0n7rkl5kbkmrkb6n"))))
+    (properties `((upstream-name . "climatol")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-mapdata r-maps))
+    (home-page "http://www.climatol.eu/";)
+    (synopsis "Climate Tools")
+    (description
+     "This package provides functions for the quality control, homogenization 
and
+missing data infilling of climatological series, and to obtain climatological
+summaries and grids from the results.  Also functions to draw wind-roses and
+Walter&Lieth climate diagrams are included.")
+    (license license:gpl2+)))
-- 
2.37.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]