Skip to contents

shinystate 0.1.0

  • Initial CRAN release
  • Fix typo in test for session ID extraction
  • Clean up basic app example and leverage bslib for user interface
  • Streamline example application utilizing R6 classes, along with a new feature to save and restore state of the R6 object.
  • Remove dependency on dplyr by using base R operations to filter and bind rows of session data frames.

shinystate 0.0.0.9000

  • Create initial version of R6 class StorageClass
  • Add example Shiny applications utilizing the package