mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add r-zoom.
* gnu/packages/cran.scm (r-zoom): New variable.
This commit is contained in:
parent
7bc1b5a23d
commit
7986f5cb3d
1 changed files with 20 additions and 0 deletions
|
@ -30951,3 +30951,23 @@ (define-public r-zoomgroupstats
|
|||
meta-data. You can analyze aspects of the conversation among meeting
|
||||
participants and their emotional expressions throughout the meeting.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-zoom
|
||||
(package
|
||||
(name "r-zoom")
|
||||
(version "2.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "zoom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03f5rxfr6ncf1j6vpn7pip21q7ylj4bx0a5xphqb6x6i33lxf1g5"))))
|
||||
(properties `((upstream-name . "zoom")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/cbarbu/R-package-zoom")
|
||||
(synopsis "Spatial data visualization tool")
|
||||
(description
|
||||
"This package provides @code{zm}, a utility that allows you to
|
||||
zoom/navigate any plot when called with any active plot.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue