rstudio / shinyloadtest

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

Use reframe instead of summarise #170

Closed jcheng5 closed 3 months ago

jcheng5 commented 3 months ago

Fixes #168: "Returning more (or less) than 1 row per summarise() group was deprecated in dplyr 1.1.0."

I tried shinyloadtest_report on a very simple run and the deprecation warning went away, while creating exactly the same HTML file as before the change.