make 'devtools::create()', 'devtools::setup()' more flexible #966
Comments
Any interest in implementing this? |
Sure, I can take a shot at this. |
kevinushey
added a commit
to kevinushey/devtools
that referenced
this issue
Jan 12, 2016
- 'devtools::create()' works when supplied an empty directory, - 'devtools::setup()' no longer 'stop()'s when a .Rproj file already exists
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I find myself doing something like this often:
devtools::create()
ordevtools::setup()
to turn it into an R package.Two things to 'wish' for:
devtools::create()
shouldn't fail for empty directories (or directories only a .Rproj file),devtools::setup()
shouldn't fail if a.Rproj
file already exists.The text was updated successfully, but these errors were encountered: