Appsilon / shiny.fluent

Microsoft's Fluent UI for Shiny apps
https://appsilon.github.io/shiny.fluent
274 stars 33 forks source link

[docs] add shiny.router on DESCRIPTION #204

Open jhk0530 opened 1 year ago

jhk0530 commented 1 year ago

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 !

jhk0530 commented 1 year ago

What I tried is examples/dashboard/app.R and it requires these packages

library(shiny.fluent)
library(shiny.router)
library(sass)
library(stringi)
library(purrr)