diff --git a/.Rprofile b/.Rprofile index 81b960f..56072f6 100644 --- a/.Rprofile +++ b/.Rprofile @@ -1 +1,2 @@ source("renv/activate.R") +options(shiny.autoload.r=FALSE) diff --git a/R/_disable_autoload.R b/R/_disable_autoload.R deleted file mode 100644 index a8c9436..0000000 --- a/R/_disable_autoload.R +++ /dev/null @@ -1,3 +0,0 @@ -# Disabling shiny autoload - -# See ?shiny::loadSupport for more information