rstudio / shinyloadtest

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

as.tibble => as_tibble #129

Closed ColinFay closed 3 years ago

ColinFay commented 4 years ago

The current use of as.tibble prints a warning when we call shinyloadtest::load_runs:

Warning message:
`as.tibble()` is deprecated as of tibble 2.0.0.
Please use `as_tibble()` instead.
The signature and semantics have changed, see `?as_tibble`.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 

This PR changes to as_tibble so that we don't have this message anymore.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.