all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55852] [PATCH 1/6] gnu: Add r-spacetime.
@ 2022-06-08 16:54 Wiktor Żelazny
  2022-06-08 17:05 ` [bug#55852] [PATCH 2/6] gnu: Add r-gstat Wiktor Żelazny
  2022-07-01  8:38 ` bug#55852: [PATCH 1/6] gnu: Add r-spacetime Ricardo Wurmus
  0 siblings, 2 replies; 7+ messages in thread
From: Wiktor Żelazny @ 2022-06-08 16:54 UTC (permalink / raw)
  To: 55852; +Cc: Wiktor Żelazny

* gnu/packages/cran.scm (r-spacetime): New variable.
---
 gnu/packages/cran.scm | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0299e0041e..6a0bb29c54 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
-;;; Copyright © 2019, 2020, 2021 Wiktor Żelazny <wzelazny@vurv.cz>
+;;; Copyright © 2019, 2020, 2021, 2022 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
@@ -33361,3 +33361,26 @@ (define-public r-zoeppritz
 coefficients or scattering amplitudes, for seismological P and S-waves at an
 interface.")
     (license license:gpl2+)))
+
+(define-public r-spacetime
+  (package
+    (name "r-spacetime")
+    (version "1.2-7")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "spacetime" version))
+              (sha256
+               (base32
+                "0zpaib69dbdvgj36x807ci3m5jkyc0hp2j5722xkwvl1faynjlhf"))))
+    (properties `((upstream-name . "spacetime")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-lattice r-sp r-zoo r-xts r-intervals))
+    (home-page "https://github.com/edzer/spacetime/")
+    (synopsis "Classes and methods for spatio-temporal data")
+    (description
+     "@command{spacetime} provides classes and methods for spatio-temporal
+data, including space-time regular lattices, sparse lattices, irregular data,
+and trajectories; utility functions for plotting data as map sequences (lattice
+or animation) or multiple time series; methods for spatial and temporal
+matching or aggregation, retrieving coordinates, print, summary, etc.")
+    (license license:gpl2+)))

base-commit: 0c5299200ffcd16370f047b7ccb187c60f30da34
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-07-01  8:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 16:54 [bug#55852] [PATCH 1/6] gnu: Add r-spacetime Wiktor Żelazny
2022-06-08 17:05 ` [bug#55852] [PATCH 2/6] gnu: Add r-gstat Wiktor Żelazny
2022-06-08 17:05   ` [bug#55852] [PATCH 3/6] gnu: Add r-automap Wiktor Żelazny
2022-06-08 17:05   ` [bug#55852] [PATCH 4/6] gnu: Add r-cartogram Wiktor Żelazny
2022-06-08 17:05   ` [bug#55852] [PATCH 5/6] gnu: Add r-measurements Wiktor Żelazny
2022-06-08 17:05   ` [bug#55852] [PATCH 6/6] gnu: Add r-sungeo Wiktor Żelazny
2022-07-01  8:38 ` bug#55852: [PATCH 1/6] gnu: Add r-spacetime Ricardo Wurmus

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.