linem / budget-reports-shiny

0 stars 0 forks source link

Warning: Error in : 'registerThemeDependency' is not an exported object from 'namespace:shiny' #1

Open Jakob37 opened 3 months ago

Jakob37 commented 3 months ago

I attempted to start the application as such:

$ R
> source("app.R")
> shinyApp(ui=ui, server=server)

I am faced with the error:

shinyApp(ui=ui, server=server)

Listening on http://127.0.0.1:3994
Warning: Error in : 'registerThemeDependency' is not an exported object from 'namespace:shiny'
  [No stack trace available]

I attempted to update the shiny package to latest version, but same error.

Any suggestions? I'll try some more later.

Jakob37 commented 3 months ago

Here is how it looks in the browser

line