-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.01 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
Package: shinylogs
Title: Record Everything that Happens in a 'Shiny' Application
Version: 0.2.1.9000
Authors@R: c(person("Fanny", "Meyer", role = "aut"),
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre")),
person("Silex Technologies", comment = "https://www.silex-ip.com", role = "fnd"))
Description: Track and record the use of applications and the user's interactions with 'Shiny' inputs.
Allows to trace the inputs with which the user interacts, the outputs generated,
as well as the errors displayed in the interface.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/dreamRs/shinylogs, https://dreamrs.github.io/shinylogs/
BugReports: https://github.com/dreamRs/shinylogs/issues
Imports:
htmltools,
shiny (>= 1.1.0),
jsonlite,
data.table,
bit64,
nanotime,
digest,
anytime
Suggests:
testthat,
knitr,
rmarkdown,
covr,
DBI,
RSQLite,
googledrive
VignetteBuilder: knitr