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 think it would be useful to add something along the lines of the chapter "Disable automatic loading of R/" in this article:
Set options(shiny.autoload.r = FALSE) to disable automatic loading of R/. Note that this option will apply to the duration of the R session which could impact subsequent applications that run in this session. To undo this setting, run options(shiny.autoload.r = NULL).
The text was updated successfully, but these errors were encountered:
currently doesn't cover
shiny.autoload.r
.I think it would be useful to add something along the lines of the chapter "Disable automatic loading of R/" in this article:
Set
options(shiny.autoload.r = FALSE)
to disable automatic loading ofR/
. Note that this option will apply to the duration of the R session which could impact subsequent applications that run in this session. To undo this setting, run options(shiny.autoload.r = NULL).The text was updated successfully, but these errors were encountered: