could 'install_deps()' work within project sub-directory? #1905
Comments
This is how it used to work when One way to get it back is to use
|
Do you think |
Thanks! |
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/ |
HughParsonage
added a commit
to HughParsonage/devtools
that referenced
this issue
Jul 2, 2019
This is how it used to work, so we will restore that functionality. Fixes r-lib#1905
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
E.g.
I was briefly working in the
inst/unitTests
folder for Rcpp; discovered I was missing some development dependencies, and was hoping aninstall_deps()
would do the trick. It'd be nice if this function looked upwards for a package root + associatedDESCRIPTION
file.The text was updated successfully, but these errors were encountered: