Package: shinyobjects Title: Access Reactive Data Interactively Version: 0.2.0 Authors@R: person("Jake", "Riley", email = "rjake@sas.upenn.edu", role = c("aut", "cre")) Description: Troubleshooting reactive data in 'shiny' can be difficult. These functions will convert reactive data frames into functions and load all assigned objects into your local environment. If you create a dummy input object, as the function will suggest, you will be able to test your server and ui functions interactively. BugReports: https://github.com/rjake/shinyobjects/issues License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.1.1 Imports: dplyr, glue, knitr, magrittr, methods, pander, purrr, readr, rlang, rstudioapi, shiny, stringr, styler, tibble, tidyr VignetteBuilder: knitr Suggests: rmarkdown, testthat, mockery, spelling, covr Language: en-US Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev zlib1g-dev Repository: https://rjake.r-universe.dev Date/Publication: 2022-06-03 20:41:17 UTC RemoteUrl: https://github.com/rjake/shinyobjects RemoteRef: HEAD RemoteSha: 3aa58e23a672500ead764273ef8605c10ae8c30b NeedsCompilation: no Packaged: 2026-06-11 11:03:41 UTC; root Author: Jake Riley [aut, cre] Maintainer: Jake Riley