[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/377: gnu: Add r-zoomgroupstats.
From: |
guix-commits |
Subject: |
122/377: gnu: Add r-zoomgroupstats. |
Date: |
Sun, 5 Sep 2021 10:07:19 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 7bc1b5a23df2bf44898e4d1dd3a42be007ff88ba
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:24:04 2021 +0200
gnu: Add r-zoomgroupstats.
* gnu/packages/cran.scm (r-zoomgroupstats): New variable.
---
gnu/packages/cran.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b5e1e58..ffac9ba 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30916,3 +30916,38 @@ functions-as-a-service, containers, batch processing,
and more.")
storage, database, and compute services, such as Simple Storage Service (S3),
DynamoDB NoSQL database, and Lambda functions-as-a-service.")
(license license:asl2.0)))
+
+(define-public r-zoomgroupstats
+ (package
+ (name "r-zoomgroupstats")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "zoomGroupStats" version))
+ (sha256
+ (base32
+ "0gndiq92cy6gi7f833hdjvqii3cn83wz5rjvygcvjl3dw4pwv966"))))
+ (properties
+ `((upstream-name . "zoomGroupStats")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-data-table" ,r-data-table)
+ ("r-dplyr" ,r-dplyr)
+ ("r-lubridate" ,r-lubridate)
+ ("r-magick" ,r-magick)
+ ("r-openxlsx" ,r-openxlsx)
+ ("r-paws" ,r-paws)
+ ("r-pbapply" ,r-pbapply)
+ ("r-stringr" ,r-stringr)
+ ("r-syuzhet" ,r-syuzhet)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "http://zoomgroupstats.org")
+ (synopsis "Analyze text, audio, and video from Zoom meetings")
+ (description
+ "This package provides utilities for processing and analyzing the files
+that are exported from a recorded Zoom meeting. This includes analyzing data
+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)))
- 102/377: gnu: Add r-distributionutils., (continued)
- 102/377: gnu: Add r-distributionutils., guix-commits, 2021/09/05
- 109/377: gnu: Add r-paws-common., guix-commits, 2021/09/05
- 110/377: gnu: Add r-paws-customer-engagement., guix-commits, 2021/09/05
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/05
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/05
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/05
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/05
- 118/377: gnu: Add r-paws-database., guix-commits, 2021/09/05
- 119/377: gnu: Add r-paws-storage., guix-commits, 2021/09/05
- 121/377: gnu: Add r-paws., guix-commits, 2021/09/05
- 122/377: gnu: Add r-zoomgroupstats.,
guix-commits <=
- 120/377: gnu: Add r-paws-compute., guix-commits, 2021/09/05
- 126/377: gnu: Add r-mlearning., guix-commits, 2021/09/05
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/05
- 136/377: gnu: Add r-mockery., guix-commits, 2021/09/05
- 144/377: gnu: Add rust-rustyline-9., guix-commits, 2021/09/05
- 138/377: gnu: Add r-zoib., guix-commits, 2021/09/05
- 151/377: gnu: Add rust-polars-0.15., guix-commits, 2021/09/05
- 95/377: gnu: emacs-htmlize: Update to 1.56., guix-commits, 2021/09/05
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/05
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/05