We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
create_from_github()
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
e.g. create_from_github("https://github.com/apache/arrow/tree/master/r")
create_from_github("https://github.com/apache/arrow/tree/master/r")
The text was updated successfully, but these errors were encountered:
How would that actually work? I.e. what sort of Git concepts / operations are we talking about.
Sorry, something went wrong.
I think maybe it clones in the same way, you just use_rstudio() in a subdirectory?
use_rstudio()
Another approach would be to scan all subdirectories for an .Rproj file before creating a new one in the root.
.Rproj
Look for an .Rproj file anywhere in GitHub repo
e70ec29
Also includes some minor refactoring of `is_rstudio_project()` and `rproj_path()` Fixes #1680
Look for an .Rproj file anywhere in GitHub repo (#1740)
61ded87
Successfully merging a pull request may close this issue.
e.g.
create_from_github("https://github.com/apache/arrow/tree/master/r")
The text was updated successfully, but these errors were encountered: