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 was wondering if there was a recommended way of deploying rhino apps via open-source shiny server, particularly in relation to renv? I've found that in order to deploy properly, I have to renv::restore() and then immediately renv::isolate(). Having to call isolate every time seems like an extra step and I haven't seen anything about it mentioned in the rhino docs -- perhaps I'm going about this the wrong way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was wondering if there was a recommended way of deploying rhino apps via open-source shiny server, particularly in relation to renv? I've found that in order to deploy properly, I have to
renv::restore()
and then immediatelyrenv::isolate()
. Having to call isolate every time seems like an extra step and I haven't seen anything about it mentioned in the rhino docs -- perhaps I'm going about this the wrong way?Beta Was this translation helpful? Give feedback.
All reactions