From patchwork Thu Aug 25 10:09:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Wiktor_=C5=BBelazny?= X-Patchwork-Id: 41954 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5C81627BBEA; Thu, 25 Aug 2022 11:11:17 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 074E427BBE9 for ; Thu, 25 Aug 2022 11:11:17 +0100 (BST) Received: from localhost ([::1]:34072 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oR9pU-0007A9-6b for patchwork@mira.cbaines.net; Thu, 25 Aug 2022 06:11:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50272) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oR9pG-00079t-Dr for guix-patches@gnu.org; Thu, 25 Aug 2022 06:11:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59282) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oR9pG-00078t-4k for guix-patches@gnu.org; Thu, 25 Aug 2022 06:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oR9pF-0006jL-Mg for guix-patches@gnu.org; Thu, 25 Aug 2022 06:11:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57401] [PATCH 2/3] gnu: Add r-climatol. References: <20220825094452.19804-1-wz@freeshell.de> In-Reply-To: <20220825094452.19804-1-wz@freeshell.de> Resent-From: Wiktor =?utf-8?q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 25 Aug 2022 10:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57401@debbugs.gnu.org Cc: Wiktor =?utf-8?q?=C5=BBelazny?= Received: via spool by 57401-submit@debbugs.gnu.org id=B57401.166142221925796 (code B ref 57401); Thu, 25 Aug 2022 10:11:01 +0000 Received: (at 57401) by debbugs.gnu.org; 25 Aug 2022 10:10:19 +0000 Received: from localhost ([127.0.0.1]:49028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oR9oZ-0006hz-4F for submit@debbugs.gnu.org; Thu, 25 Aug 2022 06:10:19 -0400 Received: from freeshell.de ([116.202.128.144]:37498) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oR9oW-0006hb-1p for 57401@debbugs.gnu.org; Thu, 25 Aug 2022 06:10:17 -0400 Received: from localhost.localdomain (unknown [158.38.1.187]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id C5FCDB2C38F8; Thu, 25 Aug 2022 12:10:07 +0200 (CEST) From: Wiktor =?utf-8?q?=C5=BBelazny?= Date: Thu, 25 Aug 2022 12:09:53 +0200 Message-Id: <20220825100954.20583-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: Wiktor Żelazny * 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+)))