Package: shinyChatR
Type: Package
Title: R Shiny Chat Module
Version: 1.0.0
Authors@R: 
    c(person(given = "Julian",
             family = "Schmocker",
             role = c("aut", "cre", "cph"),
             email = "julian.schmocker@gmail.com")
      )
Description: Provides an easy-to-use module for adding a chat to a Shiny app. Allows
    users to send messages and view messages from other users. 
    Messages can be stored in a database or a .rds file.
License: GPL (>= 3)
Encoding: UTF-8
Imports: DBI, purrr, R6, shiny
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Suggests: covr, knitr, rmarkdown, RSQLite, testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/julianschmocker/shinyChatR
NeedsCompilation: no
Packaged: 2023-02-27 17:00:21 UTC; julianschmocker
Author: Julian Schmocker [aut, cre, cph]
Maintainer: Julian Schmocker <julian.schmocker@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-28 14:30:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:52:37 UTC; windows
