Skip to content

Releases: rjake/shinyobjects

Better logic, access to more reactive elements

30 Jul 01:03
55dc9c0
Compare
Choose a tag to compare

New Features

  • eventReactive() now parsed to return a function (#55)
  • output$plot <- renderPlot(plot(x)) transformed to output$plot <- (plot(x)) (#45)
  • reactiveValues() now converted to list() (#29)

Bug fixes

  • Multi-line x <- reactive({\n...\n...\n}) statements weren't evaluating inside runApp() or shinyApp() (#24)
    dummy_input removed from objects returned (#50)
  • Don't add empty input list unless dummy list in code (#31)
  • Rmd evaluated with or without spaces (eval=F(ALSE) or eval = F(ALSE)) (#26)

Other

  • Logic for extracting server code uses call names instead of indexing (#52, 54)
  • Underlying code parses expressions instead of strings (#41)
  • Reorganize code (renamed files/functions) (#36 #25)

Add prompt for environment

29 Jun 04:38
a41198b
Compare
Choose a tag to compare
Release/0.1.1 (#22)

* Update docs for new CRAN release

* Update pipe docs

* Update docs

Initial Release on CRAN

17 May 18:32
Compare
Choose a tag to compare
v0.1.0

Apply pkgdown doc updates