-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 935 Bytes
/
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
37
38
39
40
41
42
43
Package: whatsalyze
Title: Analyze your whatsapp chats!
Version: 0.1.0
Authors@R: person('Emanuel', 'Sommer', email = '[email protected]', role = c('cre', 'aut'))
Description: Get insights about your whatsapp chats by using this shiny dashboard. For example visualize the frequency of the emojis used in the chat.
License: MIT + file LICENSE
Imports:
config,
golem,
shiny,
processx,
attempt,
DT,
glue,
htmltools,
dplyr,
rwhatsapp,
stringr,
purrr,
shinydashboard,
checkmate,
tibble,
emo,
ggplot2,
tidyr,
forcats,
ggtext,
lubridate,
plotly,
shiny.info,
pkgload
Remotes:
github::hadley/emo
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat
Roxygen: list(markdown = TRUE)
URL: https://github.com/EmanuelSommer/whatsalyze
BugReports: https://github.com/EmanuelSommer/whatsalyze/issues
Depends:
R (>= 2.10)