guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add r-climatol.


From: guix-commits
Subject: 02/04: gnu: Add r-climatol.
Date: Thu, 29 Dec 2022 17:32:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f030d0433f1e3dc0b95623022c24e416eaed83c6
Author: Wiktor Żelazny <wzelazny@vurv.cz>
AuthorDate: Thu Aug 25 12:09:53 2022 +0200

    gnu: Add r-climatol.
    
    * 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 076cf6aa88..2f744fd6d5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1124,6 +1124,28 @@ isolated functions, also called crates, print to the 
console with their total
 size and can be easily tested locally before being sent to a remote.")
     (license license:gpl3)))
 
+(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+)))
+
 (define-public r-clipr
   (package
     (name "r-clipr")



reply via email to

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