Skip to content

shinytest2 0.3.2

Latest
Compare
Choose a tag to compare
@gadenbuie gadenbuie released this 29 Apr 15:43
63136ea

Bug / Improvements

  • {shinytest2} now uses {rlang} and longer depends on {ellipsis} (@olivroy, #382).

  • {shinytest2} now warns rather than erroring when a potentially non-existent global variable is found in the server function, such as when column names are passed to dplyr::select() (thanks @matt-sd-watson @MichalLauer, #385).