https://github.com/jumpingrivers/doesshinytestwork
https://github.com/jumpingrivers/doesshinytestwork
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumpingrivers/doesshinytestwork
- Owner: jumpingrivers
- Created: 2023-10-10T13:55:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T13:59:53.000Z (over 2 years ago)
- Last Synced: 2025-05-31T22:35:40.188Z (about 1 year ago)
- Language: R
- Size: 38.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# doesShinytestWork
This app exists to check that shinytest2 works on your machine!
Clone the repository using RStudio
- Go to “File -> New Project”
- Click on “Version Control: Checkout a project from a version control repository”
- Click on “Git: Clone a project from a repository”
- Fill in the URL of the project https://github.com/jumpingrivers/doesShinytestWork.git
Once the project has opened in RStudio, you will need to install it's dependencies.
```r
# install.packages("renv")
renv::restore()
```
Then check that shinytest2 works by running:
```r
shinytest2::test_app()
```
A single test will run (it doesn't really matter whether the test passes or fails, but if you get
any errors there may be bigger problems afoot).