Package: shinyStorePlus
Type: Package
Title: Secure in-Browser Storage for 'Shiny' Inputs and Variables
Version: 0.9
Authors@R: c(
    person("Obinna", "Obianom", email = "idonshayo@gmail.com", role = c("aut", "cre")))
Maintainer: Obinna Obianom <idonshayo@gmail.com>
Description: Store persistent and synchronized data from 'Shiny' inputs within the browser in a secure format. Refresh 'Shiny' applications and preserve user-inputs over multiple sessions. A database-like storage format is implemented using 'Dexie.js' <https://dexie.org>, a minimal wrapper for 'IndexedDB'. Transfer browser link parameters to 'Shiny' input or output values.
License: MIT + file LICENSE
URL: https://shinystoreplus.obi.obianom.com
BugReports: https://github.com/oobianom/shinyStorePlus
Depends: R (>= 3.6)
Imports: shiny, jsonlite, utils, htmltools
Suggests: rmarkdown, knitr, qpdf
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US
LazyData: false
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2023-02-15 11:42:08 UTC; in198
Author: Obinna Obianom [aut, cre]
Repository: CRAN
Date/Publication: 2023-02-15 11:50:02 UTC
