mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: Add r-spacetime.
* gnu/packages/cran.scm (r-spacetime): New variable.
This commit is contained in:
parent
ec23d7caa8
commit
3cefd8ba5f
1 changed files with 23 additions and 0 deletions
|
@ -33534,3 +33534,26 @@ (define-public r-mathjaxr
|
|||
"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+)))
|
||||
|
|
Loading…
Reference in a new issue