Hi all,
This link suggests that make use of testmodule and testserver function for integration testing. But wanted to check how do we install these packages?
testmodule
testserver
https://shiny.rstudio.com/articles/integration-testing.html
You have answered yourself, those are functions from the shiny package, not packages, so if you already have shiny installed, you are good to go.
shiny
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.