claycantrell / PartInvShinyUI

MMM Lab Partial Invariance Shiny UI
GNU General Public License v3.0
0 stars 2 forks source link

Incorporate `shinytest()` in the package #12

Open marklhc opened 3 years ago

marklhc commented 3 years ago

Right now shinytest.R causes an error in the line shinytest::testApp("../"), so we need to temporarily comment the lines in that file out. Moving forward we may need to explore how best to allow shinytest to be part of the package checking.

marklhc commented 2 years ago

It works now when calling devtools::test(), but fails in devtools::check() due to app.R file in the test folder not copied to the shinytest directory in the .Rcheck folder.