r-lib / remotes

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

System requirements for multiple pkgs (+ error handling) #665

Closed riccardoporreca closed 2 years ago

riccardoporreca commented 2 years ago

Closes #650. This is a "port" of the equivalent change in https://github.com/r-lib/pak/pull/328

New functionality covered by unit tests, see individual commits for details.

The .Rd files for the updated documentation have not be generated (yet), I was unsure about the process since this was not done for the recent updates in #658.

riccardoporreca commented 2 years ago

CI failures are unrelated and due to #664, besides "install-github.R script is up to date" which I guess would be solved by (eventually) running make

jimhester commented 2 years ago

Thanks for working on this, I appreciate you being proactive 👍