rstudio / shinyloadtest

Tools for load testing Shiny applications
https://rstudio.github.io/shinyloadtest/
110 stars 22 forks source link

Reframe warning running shinyloadtest::shinyloadtest_report #162

Closed prov-testing closed 3 months ago

prov-testing commented 7 months ago

When running shinyloadtest::shinyloadtest_report(), I got a warning message to use "reframe" and was advised to report

Warning message:
Returning more (or less) than 1 row per `summarise()` group was deprecated in dplyr 1.1.0.
ℹ Please use `reframe()` instead.
ℹ When switching from `summarise()` to `reframe()`, remember that `reframe()` always returns an ungrouped data frame and adjust
  accordingly.
ℹ The deprecated feature was likely used in the shinyloadtest package.
  Please report the issue at <https://github.com/rstudio/shinyloadtest/issues>.
jcheng5 commented 3 months ago

Thanks, fixed in #170