[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: |
Sun, 5 Sep 2021 10:07:19 -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+)))
- 92/377: gnu: emacs-ebdb: Update to 0.8.2., (continued)
- 92/377: gnu: emacs-ebdb: Update to 0.8.2., guix-commits, 2021/09/05
- 85/377: gnu: openssl: Update replacement to 1.1.1l [security fixes]., guix-commits, 2021/09/05
- 107/377: gnu: Add r-dismo., guix-commits, 2021/09/05
- 115/377: gnu: Add r-paws-machine-learning., guix-commits, 2021/09/05
- 129/377: gnu: Add r-zooarch., guix-commits, 2021/09/05
- 91/377: gnu: osinfo-db: Update to 20210809., guix-commits, 2021/09/05
- 106/377: gnu: Add r-rfigshare., guix-commits, 2021/09/05
- 98/377: gnu: emacs-orgit: Update to 1.7.1., guix-commits, 2021/09/05
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/05
- 112/377: gnu: Add r-paws-application-integration., guix-commits, 2021/09/05
- 123/377: gnu: Add r-zoom.,
guix-commits <=
- 132/377: gnu: Add r-mmwrweek., guix-commits, 2021/09/05
- 134/377: gnu: Add r-fauxpas., guix-commits, 2021/09/05
- 137/377: gnu: Add r-zoltr., guix-commits, 2021/09/05
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/05
- 128/377: gnu: r-dismo: Remove commented input., guix-commits, 2021/09/05
- 143/377: gnu: Add rust-fd-lock-3., guix-commits, 2021/09/05
- 23/377: gnu: r-rbibutils: Update to 2.2.3., guix-commits, 2021/09/05
- 35/377: gnu: r-terra: Update to 1.3-22., guix-commits, 2021/09/05
- 41/377: gnu: r-packrat: Update to 0.7.0., guix-commits, 2021/09/05
- 37/377: gnu: r-showtext: Update to 0.9-4., guix-commits, 2021/09/05