From patchwork Wed Jun 8 17:05:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Wiktor_=C5=BBelazny?= X-Patchwork-Id: 39791 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 AF76027BBEA; Wed, 8 Jun 2022 18:06:40 +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 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 760AF27BBE9 for ; Wed, 8 Jun 2022 18:06:40 +0100 (BST) Received: from localhost ([::1]:42356 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nyz8h-0004le-LL for patchwork@mira.cbaines.net; Wed, 08 Jun 2022 13:06:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyz8A-0004k6-Kw for guix-patches@gnu.org; Wed, 08 Jun 2022 13:06:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50250) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nyz86-0002Sn-Fg for guix-patches@gnu.org; Wed, 08 Jun 2022 13:06:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nyz86-0003DM-67 for guix-patches@gnu.org; Wed, 08 Jun 2022 13:06:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55852] [PATCH 2/6] gnu: Add r-gstat. References: <20220608165412.1807-1-wz@freeshell.de> In-Reply-To: <20220608165412.1807-1-wz@freeshell.de> Resent-From: Wiktor =?utf-8?q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Jun 2022 17:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55852 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55852@debbugs.gnu.org Cc: Wiktor =?utf-8?q?=C5=BBelazny?= Received: via spool by 55852-submit@debbugs.gnu.org id=B55852.165470795612342 (code B ref 55852); Wed, 08 Jun 2022 17:06:02 +0000 Received: (at 55852) by debbugs.gnu.org; 8 Jun 2022 17:05:56 +0000 Received: from localhost ([127.0.0.1]:44147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyz7z-0003D0-PP for submit@debbugs.gnu.org; Wed, 08 Jun 2022 13:05:55 -0400 Received: from freeshell.de ([116.202.128.144]:48578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyz7x-0003Ci-CT for 55852@debbugs.gnu.org; Wed, 08 Jun 2022 13:05:53 -0400 Received: from localhost.localdomain (cst-prg-15-64.cust.vodafone.cz [46.135.15.64]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 51C2CB352584; Wed, 8 Jun 2022 19:05:41 +0200 (CEST) From: Wiktor =?utf-8?q?=C5=BBelazny?= Date: Wed, 8 Jun 2022 19:05:12 +0200 Message-Id: <20220608170516.2206-1-wz@freeshell.de> X-Mailer: git-send-email 2.36.1 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 * gnu/packages/cran.scm (r-gstat): New variable. --- gnu/packages/cran.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6a0bb29c54..5159c743ee 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -33384,3 +33384,26 @@ (define-public r-spacetime or animation) or multiple time series; methods for spatial and temporal matching or aggregation, retrieving coordinates, print, summary, etc.") (license license:gpl2+))) + +(define-public r-gstat + (package + (name "r-gstat") + (version "2.0-9") + (source (origin + (method url-fetch) + (uri (cran-uri "gstat" version)) + (sha256 + (base32 + "19m4zcj1qvg6gs8yjr5ijvd6rrv4av5yp5rmhnb88f0m5qn06b0j")))) + (properties `((upstream-name . "gstat"))) + (build-system r-build-system) + (propagated-inputs (list r-lattice r-sp r-zoo r-spacetime r-fnn)) + (home-page "https://github.com/r-spatial/gstat/") + (synopsis "Spatial and spatio-temporal geostatistical modelling, +prediction and simulation") + (description + "This package enables variogram modelling, including: simple, ordinary and +universal point or block (co)kriging; spatio-temporal kriging; and sequential +Gaussian or indicator (co)simulation. It includes variogram and variogram map +plotting utility functions, and supports @command{sf} and @command{stars}.") + (license license:gpl2+)))