https://github.com/rstudio/shinytestPackageExample
Example package that uses shinytest to test application created by a function
https://github.com/rstudio/shinytestPackageExample
Last synced: 4 months ago
JSON representation
Example package that uses shinytest to test application created by a function
- Host: GitHub
- URL: https://github.com/rstudio/shinytestPackageExample
- Owner: rstudio
- Created: 2018-03-28T23:56:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T19:38:38.000Z (about 7 years ago)
- Last Synced: 2024-11-19T22:12:33.656Z (5 months ago)
- Language: R
- Homepage: https://rstudio.github.io/shinytest/articles/package.html
- Size: 40 KB
- Stars: 16
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rstudio/shinytestPackageExample - Example package that uses shinytest to test application created by a function (R)
README
[](https://travis-ci.org/rstudio/shinytestPackageExample)
Shinytest example package
=========================This is an example R package which uses [shinytest](https://github.com/rstudio/shinytest) to test two types of applications:
* An application which is in inst/sampleapp/app.R.
* An application which is created by a function, `helloWorldApp()`, instead of being in an app.R or ui.R/server.R.For more information, see https://rstudio.github.io/shinytest/articles/package.html.