r-lib / remotes

Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
https://remotes.r-lib.org/
Other
325 stars 152 forks source link

local_package_deps: turn warning into error #772

Closed MatthieuStigler closed 8 months ago

MatthieuStigler commented 8 months ago

local_package_deps("wrongpath") will now fail for wrong/inexisting directory, instead of throwing warnign then unrealted error, see #756

gaborcsardi commented 8 months ago

Thanks!