rstudio / shinytest

Automated testing for shiny apps
https://rstudio.github.io/shinytest/
Other
225 stars 55 forks source link

expose `shinytest::installDependencies()` on pkgdown reference index #393

Closed maxheld83 closed 3 years ago

maxheld83 commented 3 years ago

https://rstudio.github.io/shinytest/reference/index.html currently doesn't include shinytest::installDependencies().

I was being a bit dense, and tried to install PhantomJS by hand, instead of using the much more convenient helper in shinytest. Perhaps it might be worth it to highlight the helper by putting it on pkgdown.

Happy to draft a PR to that effect.