I want to allow users to have a .shiny_app.conf file for their apps in their ~/ShinyApps/<app>/ dirs so they can set a specific r_path as we run multiple R versions.
However I can't see where to set the allow_app_override in /etc/shiny-server/shiny-server.conf for user_dirs. Everywhere I try gives me errors similar to this: Error loading config: The allow_app_override directive can't be used here (/etc/shiny-server/shiny-server.conf).
I guess what I need to know is
-
can I set the r_path for individual user apps,
-
and how do I set
allow_app_overridefor user apps in their home dirs.
thanx ![]()