GNU bug report logs -
#57401
[PATCH 1/3] gnu: Add r-mapdata.
Previous Next
Reported by: Wiktor Żelazny <wz <at> freeshell.de>
Date: Thu, 25 Aug 2022 09:46:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 57401 <at> debbugs.gnu.org (full text, mbox):
From: Wiktor Żelazny <wzelazny <at> 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
This bug report was last modified 2 years and 143 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.