Package: shinylogs
Title: Record Everything that Happens in a 'Shiny' Application
Version: 0.1.5
Authors@R: c(person("Fanny", "Meyer", email = "fanny.meyer@dreamrs.fr", role = c("aut")),
  person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
  person("Silex Technologies", comment = "https://www.silex-ip.com", role = "fnd"),
  person("iamkun", role = "cph", comment = "dayjs library"),
  person("Mozilla", role = "cph", comment = "localForage library"))
Description: Track and record the use of applications and the user's interactions with 'Shiny' inputs.
  Allow to save inputs clicked, output generated and eventually errors.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/dreamRs/shinylogs
BugReports: https://github.com/dreamRs/shinylogs/issues
Imports: htmltools, shiny (>= 1.1.0), jsonlite, data.table, bit64,
        nanotime, digest, anytime, DBI, RSQLite
Suggests: testthat
NeedsCompilation: no
Packaged: 2019-05-08 17:37:17 UTC; perri
Author: Fanny Meyer [aut],
  Victor Perrier [aut, cre],
  Silex Technologies [fnd] (https://www.silex-ip.com),
  iamkun [cph] (dayjs library),
  Mozilla [cph] (localForage library)
Maintainer: Victor Perrier <victor.perrier@dreamrs.fr>
Repository: CRAN
Date/Publication: 2019-05-09 15:50:02 UTC
