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 have two github branches for the app I am developing in golem. On the main branch no issues going into the run_dev.R and running all the steps. golem::document_and_reload() followed by run_app() goes off without a hitch and my app loads up.
However if I switch to my development branch this no longer works as "Error in run_app() : could not find function "run_app".
Now I've found an easy fix for this, I just call pkg_load::load_all() prior to run_app() and everything seems to work fine.
Not sure if this is a known problem, or something specific to how I've got everything setup?
Thanks!
The text was updated successfully, but these errors were encountered:
I have two github branches for the app I am developing in golem. On the main branch no issues going into the run_dev.R and running all the steps. golem::document_and_reload() followed by run_app() goes off without a hitch and my app loads up.
However if I switch to my development branch this no longer works as "Error in run_app() : could not find function "run_app".
Now I've found an easy fix for this, I just call pkg_load::load_all() prior to run_app() and everything seems to work fine.
Not sure if this is a known problem, or something specific to how I've got everything setup?
Thanks!
The text was updated successfully, but these errors were encountered: