rstudio / shinytest

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

Incorrect tree in documentation of Shiny app in package #416

Open bersbersbers opened 2 years ago

bersbersbers commented 2 years ago

I think these two lines are inconsistent:

https://github.com/rstudio/shinytest/blob/9eb82c7e0b51d5d3d4a377678b72d86bb7c33817/vignettes/package.Rmd#L29

https://github.com/rstudio/shinytest/blob/9eb82c7e0b51d5d3d4a377678b72d86bb7c33817/vignettes/package.Rmd#L59

Since it's https://github.com/rstudio/shinytestPackageExample/tree/master/inst/sampleapp, the first one should be corrected from "└── appdir" to "└── sampleapp".