-
Notifications
You must be signed in to change notification settings - Fork 761
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
RStudio New Project wizard opens duplicate sessions #2346
Comments
I've had the same issue with custom project templates, and |
Yeah, I think this is actually an issue created in the IDE, so you might want to file this over there: https://github.com/rstudio/rstudio/blob/0899d13386fd5e61ec847cc62a6eb252702a5ebc/src/cpp/session/modules/SessionProjectTemplate.cpp#L580 |
Thanks @malcolmbarrett Line 9 in d4510b2
I can't see how that could be fixed at the IDE without providing a wrapper function from devtools with |
The only reason |
Oh, well that sure makes it easy |
When using RStudio's New Project wizard to create "R package using devtools", it always opens the package in duplicate sessions.
Perhaps the dcf uses
create_package()
, which hasopen = rlang::is_interactive()
argument and it causes new session gets opened.The text was updated successfully, but these errors were encountered: