itdepends icon indicating copy to clipboard operation
itdepends copied to clipboard

add directory argument for dep_usage_proj, #11

Open jsta opened this issue 6 years ago • 2 comments

Avoids throwing the error described in #11 and adds a directory argument to dep_usage_proj.

jsta avatar Feb 16 '19 15:02 jsta

I was having this same error from #11 and this fixed my issue. Thanks for making that change! However, for dep_usage_proj shouldn't the defaults then be function(path = ".", dirs = ".")? It's hard for me to imagine a situation where an R user would have created an R project and also would have exactly mimicked a package layout while having not created a package.

jnolis avatar Feb 18 '19 18:02 jnolis

Your suggestion makes sense to me. The downside I see is that it would not be backwards compatible with previous code.

jsta avatar Feb 18 '19 20:02 jsta