[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: Add r-spacetime.
From: |
guix-commits |
Subject: |
01/06: gnu: Add r-spacetime. |
Date: |
Fri, 1 Jul 2022 04:41:34 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3cefd8ba5faec61b30a09b0bd6f01074623929ca
Author: Wiktor Żelazny <wz@freeshell.de>
AuthorDate: Wed Jun 8 18:54:12 2022 +0200
gnu: Add r-spacetime.
* gnu/packages/cran.scm (r-spacetime): 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 a636d4f990..7cd3fc1d82 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33534,3 +33534,26 @@ analyses.")
"This package provides MathJax and macros to enable its use within Rd
files
for rendering equations in the HTML help files.")
(license (list license:asl2.0 license:gpl3))))
+
+(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+)))
- branch master updated (ec23d7caa8 -> 1eeecb2b5a), guix-commits, 2022/07/01
- 01/06: gnu: Add r-spacetime.,
guix-commits <=
- 02/06: gnu: Add r-gstat., guix-commits, 2022/07/01
- 04/06: gnu: Add r-cartogram., guix-commits, 2022/07/01
- 03/06: gnu: Add r-automap., guix-commits, 2022/07/01
- 05/06: gnu: Add r-measurements., guix-commits, 2022/07/01
- 06/06: gnu: Add r-sungeo., guix-commits, 2022/07/01