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 think you're describing the intended behaviour outside of RStudio. The assumption is that you are creating a new project from GitHub AND that you want to now work on / in it.
I think to get the result you seemed to want, you should also specify open = FALSE.
So I think create_from_github() is working as designed and you just got somewhat surprised by the difference in behaviour inside RStudio (presumably what you experience more often) vs outside.
In R, but not in RStudio, run something like this (you will have to tweak it for your directory)
This should not launch a new RStudio session. It should keep you in the current R session.
However, if you then run
getwd()
it looks like it has left us permanently moved to the new crayon folderwhich is not desirable
The text was updated successfully, but these errors were encountered: