r-lib / pkgdepends

R Package Dependency Resolution
https://r-lib.github.io/pkgdepends/
Other
102 stars 30 forks source link

Avoid a partial match #217

Closed jennybc closed 3 years ago

jennybc commented 4 years ago

Fixes this

>   pd <- new_pkg_deps("local::.")
> pd$solve()
Warning message:                                            
partial match of 'r-version' to 'r-versions' 
gaborcsardi commented 3 years ago

Thanks!