-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
36 lines (36 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: zoomGroupStats
Title: Analyze Text, Audio, and Video from 'Zoom' Meetings
Version: 0.1.9000
Authors@R:
person(given = "Andrew",
family = "Knight",
role = c("aut", "cre"),
email = "[email protected]")
URL: http://zoomgroupstats.org
Description: 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: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
data.table,
dplyr,
jsonlite,
lubridate,
magick,
magrittr,
openxlsx,
paws,
pbapply,
rlang,
stringr,
syuzhet,
utils
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends: R (>= 2.10)