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

Interactions with renv #254

Open
Upipa opened this issue Nov 30, 2023 · 0 comments
Open

Interactions with renv #254

Upipa opened this issue Nov 30, 2023 · 0 comments

Comments

@Upipa
Copy link

Upipa commented Nov 30, 2023

For some reason, using renv in an app project makes the app preview of shinyuieditor extremely slow. I'm not quite sure what to report to make this issue more useful. This is the script that i used to recreate the problem.

shinyuieditor::launch_editor(".")

At this moment, any template selected lead to an editor with an app preview that takes few seconds to load, and you can play with it normally.

renv::init()
renv::install("rstudio/shinyuieditor")

I reinstalled shinyuieditor cause wasn't present in the new library created. The package itself and all the dependencies were simply linked from the cache.

shinyuieditor::launch_editor(".")

at this point the app preview is extremely slow. The only error appears when the editor is closed:

Error: invoke_wrapped: throwing std::runtime_error

but i'm not quite sure that is related to the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant