From unknown Thu Jun 19 14:03:14 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#57401 <57401@debbugs.gnu.org> To: bug#57401 <57401@debbugs.gnu.org> Subject: Status: [PATCH 1/3] gnu: Add r-mapdata. Reply-To: bug#57401 <57401@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:03:14 +0000 retitle 57401 [PATCH 1/3] gnu: Add r-mapdata. reassign 57401 guix-patches submitter 57401 Wiktor =C5=BBelazny severity 57401 normal tag 57401 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 25 05:45:41 2022 Received: (at submit) by debbugs.gnu.org; 25 Aug 2022 09:45:41 +0000 Received: from localhost ([127.0.0.1]:49003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oR9Qj-000638-6H for submit@debbugs.gnu.org; Thu, 25 Aug 2022 05:45:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:35778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oR9Qg-00062y-Iz for submit@debbugs.gnu.org; Thu, 25 Aug 2022 05:45:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33408) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oR9Qe-0007qS-2f for guix-patches@gnu.org; Thu, 25 Aug 2022 05:45:37 -0400 Received: from freeshell.de ([116.202.128.144]:52066) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oR9Qa-000308-Ir for guix-patches@gnu.org; Thu, 25 Aug 2022 05:45:35 -0400 Received: from localhost.localdomain (unknown [158.38.1.187]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id BA302B380B2A; Thu, 25 Aug 2022 11:45:25 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: Add r-mapdata. Date: Thu, 25 Aug 2022 11:44:52 +0200 Message-Id: <20220825094452.19804-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=116.202.128.144; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Wiktor=20=C5=BBelazny?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Wiktor Żelazny * gnu/packages/cran.scm (r-mapdata): New variable. --- gnu/packages/cran.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ed541dd720..8a2302fca6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -34431,3 +34431,23 @@ (define-public r-sungeo "Tools for integrating spatially-misaligned GIS datasets. Part of the Sub-National Geospatial Data Archive System.") (license license:gpl2))) + +(define-public r-mapdata + (package + (name "r-mapdata") + (version "2.3.0") + (source (origin + (method url-fetch) + (uri (cran-uri "mapdata" version)) + (sha256 + (base32 + "0xnxh73rgcq55zrw81a2bq8yd67bxc2rafp4shf6nyrqj04iip0y")))) + (properties `((upstream-name . "mapdata"))) + (build-system r-build-system) + (propagated-inputs (list r-maps)) + (home-page "https://cran.r-project.org/package=mapdata") + (synopsis "Extra Map Databases") + (description + "This is a supplement to the @code{maps} package providing the larger +and/or higher-resolution databases.") + (license license:gpl2))) base-commit: 98457ba47be4e8fc48a5d6256787c7a8dbd82b31 -- 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 25 06:10:19 2022 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: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: 57401@debbugs.gnu.org Subject: [PATCH 2/3] gnu: Add r-climatol. 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 57401 Cc: =?UTF-8?q?Wiktor=20=C5=BBelazny?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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+))) -- 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 25 06:10:28 2022 Received: (at 57401) by debbugs.gnu.org; 25 Aug 2022 10:10:29 +0000 Received: from localhost ([127.0.0.1]:49031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oR9oi-0006ia-DH for submit@debbugs.gnu.org; Thu, 25 Aug 2022 06:10:28 -0400 Received: from freeshell.de ([116.202.128.144]:39050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oR9of-0006iA-W2 for 57401@debbugs.gnu.org; Thu, 25 Aug 2022 06:10:27 -0400 Received: from localhost.localdomain (unknown [158.38.1.187]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 7D845B2C5D83; Thu, 25 Aug 2022 12:10:09 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: 57401@debbugs.gnu.org Subject: [PATCH 3/3] gnu: Add r-climaemet. Date: Thu, 25 Aug 2022 12:09:54 +0200 Message-Id: <20220825100954.20583-2-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220825100954.20583-1-wz@freeshell.de> References: <20220825100954.20583-1-wz@freeshell.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 57401 Cc: =?UTF-8?q?Wiktor=20=C5=BBelazny?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From: Wiktor Żelazny * gnu/packages/cran.scm (r-climaemet): New variable. --- gnu/packages/cran.scm | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f8e62083e0..d93a3c7e2f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2018 Marius Bakke ;;; Copyright © 2018, 2019 Brett Gilio ;;; Copyright © 2019 Nicolò Balzarotti -;;; Copyright © 2019, 2020, 2021 Wiktor Żelazny +;;; Copyright © 2019, 2020, 2021, 2022 Wiktor Żelazny ;;; Copyright © 2019 Arne Babenhauserheide ;;; Copyright © 2019, 2020 Efraim Flashner ;;; Copyright © 2020 Todor Kondić @@ -34473,3 +34473,35 @@ (define-public r-climatol 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-climaemet + (package + (name "r-climaemet") + (version "1.0.2") + (source (origin + (method url-fetch) + (uri (cran-uri "climaemet" version)) + (sha256 + (base32 + "1z0i8iz7f32kns8j1yb3sp2m0zhl4pgp4bf52aiqykjp9i791dqm")))) + (properties `((upstream-name . "climaemet"))) + (build-system r-build-system) + (propagated-inputs (list r-dplyr + r-ggplot2 + r-httr + r-jsonlite + r-rappdirs + r-readr + r-rlang + r-tibble + r-tidyr)) + (native-inputs (list r-knitr)) + (home-page "https://ropenspain.github.io/climaemet/") + (synopsis "Climate AEMET Tools") + (description + "This package provides tools to download the climatic data of the Spanish +Meteorological Agency (AEMET) directly from R using their API and create +scientific graphs (climate charts, trend analysis of climate time series, +temperature and precipitation anomalies maps, warming stripes graphics, +climatograms, etc.).") + (license license:gpl3))) -- 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 29 17:31:51 2022 Received: (at 57401-done) by debbugs.gnu.org; 29 Dec 2022 22:31:51 +0000 Received: from localhost ([127.0.0.1]:33113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pB1RH-0004Yg-Fn for submit@debbugs.gnu.org; Thu, 29 Dec 2022 17:31:51 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pB1RG-0004YY-8c for 57401-done@debbugs.gnu.org; Thu, 29 Dec 2022 17:31:50 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1672353109; cv=none; d=zohomail.com; s=zohoarc; b=mIRdY8x31SI09ezlUjkl3KIrWzfJRbka+kBdfHH6lMNzFzPjJ9IigrA35K5c8PMjM6pMBktO6ULyDf4tq290xJKF8Oeokv5+Fwda/rVjp2Se6l3cWM94tHYvxNTwRT3c58zOkJuVqGsBo3JtQfKVnCeXiYr5OTbmtoYXKwVlXb4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1672353109; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To; bh=lPBhQcGp9AoUmRmT23sG4S/UVtfy0G4ynmG+9OjzgoE=; b=coxb2pXdZXbswP9HAuYc4nQb0Rhh+8ThNU0WY+HxL20k3ZlCI9ZpYJ0GEkQFBDZFiNdn8O+TKskwm87YNQ2sMJvdgcCzhdp3hF7KwVT6AOCK5+tW4m1tpvyurtXuo+fd9aec2evSOX7EYCMkzNlQYkLZPfBxuv3bzSD7kv/K3FA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1672353109; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=lPBhQcGp9AoUmRmT23sG4S/UVtfy0G4ynmG+9OjzgoE=; b=Mb+ch1MpPRntewSK07Xr14Czs2MLxN3rg69Q8A7OJRGCF/67TYAz9F8Y7Z3ziQ66 6g4/4j/rT8E/9IVICH3k501OyLysLdsfLKRLcuNCE9UJyYJtf6LHSDwbRmQmAzOvmnq GeOi6BujyR8Akg1a3T4gwiAXGEfmUFG7DdY+J/Vs= Received: from localhost (1-108-142-46.pool.kielnet.net [46.142.108.1]) by mx.zohomail.com with SMTPS id 1672353107525311.5383384986277; Thu, 29 Dec 2022 14:31:47 -0800 (PST) User-agent: mu4e 1.8.13; emacs 28.2 From: Ricardo Wurmus To: 57401-done@debbugs.gnu.org Subject: [PATCH 1/3] gnu: Add r-mapdata. Date: Thu, 29 Dec 2022 23:31:32 +0100 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87tu1d7sfi.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57401-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Applied, thank you! -- Ricardo From unknown Thu Jun 19 14:03:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 27 Jan 2023 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator