[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
123/377: gnu: Add r-zoom.
From: |
guix-commits |
Subject: |
123/377: gnu: Add r-zoom. |
Date: |
Thu, 2 Sep 2021 17:55:01 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 7986f5cb3d36302ec203ab0eeb83921c940c9f3c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:24:09 2021 +0200
gnu: Add r-zoom.
* gnu/packages/cran.scm (r-zoom): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ffac9ba..b8f8937 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30951,3 +30951,23 @@ captured through video cameras and microphones, the
text-based chat, and
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+)))
- 374/377: gnu: tracker-miners: Update to 3.1.1 and make related changes., (continued)
- 374/377: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/09/02
- 375/377: gnu: tracker-miners: Enable some features., guix-commits, 2021/09/02
- 377/377: gnu: glib-networking: Disable openssl support., guix-commits, 2021/09/02
- 366/377: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/09/02
- 367/377: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/09/02
- 368/377: gnu: libsoup: Disable ssl-test., guix-commits, 2021/09/02
- 369/377: gnu: libepoxy: Propagate mesa., guix-commits, 2021/09/02
- 370/377: gnu: tracker: Enable some features., guix-commits, 2021/09/02
- 371/377: gnu: tracker: Enable documentation., guix-commits, 2021/09/02
- 376/377: gnu: zbar: Rename qtbase to qtbase-5., guix-commits, 2021/09/02
- 123/377: gnu: Add r-zoom.,
guix-commits <=
- 358/377: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/09/02
- 359/377: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/09/02
- 362/377: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/09/02
- 363/377: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/09/02