Closed mpadge closed 1 year ago
Example: https://github.com/ropensci-review-tools/pkgcheck/runs/7971977824?check_suite_focus=true#step:7:3976
The workflow on windows fails to install pkgstats, yet the pkgstats workflow works fine (example here), meaning that pkgstats is correctly installed there. It fails here when trying to run the setup-r-dependencies action which should just load pkgstats via remotes: https://github.com/ropensci-review-tools/pkgcheck/blob/5b0fa114074823c179f530a6469de885762991a7/DESCRIPTION#L48-L50
pkgstats
setup-r-dependencies
... and yet fails to do so.
The cause is https://github.com/r-lib/pak/issues/407, so should be resolved by fixing that.
All works once again.
Example: https://github.com/ropensci-review-tools/pkgcheck/runs/7971977824?check_suite_focus=true#step:7:3976
The workflow on windows fails to install
pkgstats
, yet thepkgstats
workflow works fine (example here), meaning thatpkgstats
is correctly installed there. It fails here when trying to run thesetup-r-dependencies
action which should just loadpkgstats
via remotes: https://github.com/ropensci-review-tools/pkgcheck/blob/5b0fa114074823c179f530a6469de885762991a7/DESCRIPTION#L48-L50... and yet fails to do so.