-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
69 lines (69 loc) · 1.8 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Type: Package
Package: shiny.telemetry
Title: 'Shiny' App Usage Telemetry
Version: 0.3.1
Authors@R: c(
person("André", "Veríssimo", , "opensource+andre@appsilon.com", role = c("aut", "cre")),
person("Kamil", "Żyła", , "kamil@appsilon.com", role = "aut"),
person("Krystian", "Igras", , "krystian8207@gmail.com", role = "aut"),
person("Recle", "Vibal", , "recle.vibal@appsilon.com", role = "aut"),
person("Arun", "Kodati", , "arun.kodati@appsilon.com", role = "aut"),
person("Wahaduzzaman", "Khan", , "wahaduzzaman@appsilon.com", role = "aut"),
person("Appsilon Sp. z o.o.", , , "opensource@appsilon.com", role = "cph")
)
Description: Enables instrumentation of 'Shiny' apps for tracking user
session events such as input changes, browser type, and session
duration. These events can be sent to any of the available storage
backends and analyzed using the included 'Shiny' app to gain insights
about app usage and adoption.
License: LGPL-3
URL: https://appsilon.github.io/shiny.telemetry/,
https://github.com/Appsilon/shiny.telemetry
BugReports: https://github.com/Appsilon/shiny.telemetry/issues
Imports:
checkmate,
digest,
dplyr (>= 1.1.0),
glue,
htmltools,
httr2,
jsonlite,
lifecycle,
logger,
lubridate,
odbc,
purrr,
R6,
rlang,
RSQLite,
shiny,
stringr,
tidyr
Suggests:
box,
config,
DT,
knitr,
mongolite,
plotly,
plumber,
RColorBrewer,
RMariaDB,
rmarkdown,
RPostgres,
RPostgreSQL,
scales,
semantic.dashboard (>= 0.1.1),
shiny.semantic (>= 0.2.0),
shinyjs,
testthat (>= 3.1.7),
timevis,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2