Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_app not found in github branch after document_and_reload() [BUG] #1128

Closed
David-Rattray opened this issue Jan 22, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@David-Rattray
Copy link

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!

@David-Rattray David-Rattray added the bug Something isn't working label Jan 22, 2024
@VincentGuyader
Copy link
Member

VincentGuyader commented Jan 22, 2024

Hi
Do you have a link to your app ?

@ColinFay
Copy link
Member

Closing for lack of a reproducible example.

@David-Rattray feel free to comment back if you can share a link with us to a repo that shows the issue :)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants