unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Wiktor Żelazny" <wz@freeshell.de>
To: 57401@debbugs.gnu.org
Cc: "Wiktor Żelazny" <wzelazny@vurv.cz>
Subject: [bug#57401] [PATCH 2/3] gnu: Add r-climatol.
Date: Thu, 25 Aug 2022 12:09:53 +0200	[thread overview]
Message-ID: <20220825100954.20583-1-wz@freeshell.de> (raw)
In-Reply-To: <20220825094452.19804-1-wz@freeshell.de>

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	other threads:[~2022-08-25 10:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25  9:44 [bug#57401] [PATCH 1/3] gnu: Add r-mapdata Wiktor Żelazny
2022-08-25 10:09 ` Wiktor Żelazny [this message]
2022-08-25 10:09   ` [bug#57401] [PATCH 3/3] gnu: Add r-climaemet Wiktor Żelazny
2022-12-29 22:31 ` bug#57401: [PATCH 1/3] gnu: Add r-mapdata Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220825100954.20583-1-wz@freeshell.de \
    --to=wz@freeshell.de \
    --cc=57401@debbugs.gnu.org \
    --cc=wzelazny@vurv.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).