Skip to content
Prev 50905 / 63424 Next

declaring dependencies of shiny app in inst/

On 26/08/2015 8:00 AM, Jombart, Thibaut wrote:
Your test function can test whatever interests you.  If you want to test
for dependencies, just do it.  You can see how R implements those tests
by looking in the tools package, and either use them directly, or modify
them to your needs.

Duncan Murdoch