shiny.benchmark icon indicating copy to clipboard operation
shiny.benchmark copied to clipboard

Tutorial has some problems after package updates

Open DouglasMesquita opened this issue 2 years ago • 0 comments

It seems that we cannot run the examples using [email protected] anymore. Therefore we need to update it in our tutorial. Also, there are small fix we can do in order to improve the tutorial:

  • Use app <- AppDriver$new only once
  • Call app$close at the end of the code
  • Force the installation of the newer shiny version using renv::install

DouglasMesquita avatar Mar 12 '23 20:03 DouglasMesquita