We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for nice and SUPER COOL package.
I'm trying to create a shiny app with this. from runExample
runExample
it seems this requires shiny.router package to run demo shiny apps.
shiny.router
so What if we added it to the DESCRIPTION file in package?
Thanks !
The text was updated successfully, but these errors were encountered:
What I tried is examples/dashboard/app.R and it requires these packages
examples/dashboard/app.R
library(shiny.fluent) library(shiny.router) library(sass) library(stringi) library(purrr)
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for nice and SUPER COOL package.
I'm trying to create a shiny app with this. from
runExample
it seems this requires
shiny.router
package to run demo shiny apps.so What if we added it to the DESCRIPTION file in package?
Thanks !
The text was updated successfully, but these errors were encountered: