GNU bug report logs -
#55852
[PATCH 1/6] gnu: Add r-spacetime.
Previous Next
Reported by: Wiktor Żelazny <wz <at> freeshell.de>
Date: Wed, 8 Jun 2022 16:55:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#55852: [PATCH 1/6] gnu: Add r-spacetime.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 55852 <at> debbugs.gnu.org.
--
55852: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55852
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Wiktor,
thank you for your patches! I did not notice them on
issues.guix.gnu.org, hence the late response.
You’re very welcome to add the “X-Debbugs-Cc: rekado <at> elephly.net” header
to Cc me on future submissions. I’ll make reviewing your patches a
priority.
I’ve applied the patch set and pushed it to the master branch.
Thanks again!
--
Ricardo
[Message part 3 (message/rfc822, inline)]
* 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 <at> fastmail.com>
;;; Copyright © 2018, 2019 Brett Gilio <brettg <at> gnu.org>
;;; Copyright © 2019 Nicolò Balzarotti <anothersms <at> gmail.com>
-;;; Copyright © 2019, 2020, 2021 Wiktor Żelazny <wzelazny <at> vurv.cz>
+;;; Copyright © 2019, 2020, 2021, 2022 Wiktor Żelazny <wzelazny <at> vurv.cz>
;;; Copyright © 2019 Arne Babenhauserheide <arne_bab <at> web.de>
;;; Copyright © 2019, 2020 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2020 Todor Kondić <tk.code <at> 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
This bug report was last modified 2 years and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.