You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a shiny app which uses this package, more specifically the function eval.config. [the files are .ini]
The problem is that the app doesn't work when deployed on shinyapps.io [even though locally it runs]. It says: ...
Error in <-: attempt to set an attribute on NULL
65: eval.config
...
But if I use read.config(...)$default instead of eval.config, then everything is fine even on shinyapps.io.
The text was updated successfully, but these errors were encountered:
I created a shiny app which uses this package, more specifically the function eval.config. [the files are .ini]
The problem is that the app doesn't work when deployed on shinyapps.io [even though locally it runs]. It says:
...
Error in <-: attempt to set an attribute on NULL
65: eval.config
...
But if I use read.config(...)$default instead of eval.config, then everything is fine even on shinyapps.io.
The text was updated successfully, but these errors were encountered: