Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the changes
Details of the problems
quantreg on R < 3.6
As of version 5.61 (released on July 7, 2020), quantreg package imports conquer package, which requires R >= 3.6. So, quantreg now virtually requires R >= 3.6.
Diff: cran/quantreg@16f4941#diff-35ba4a2677442e210c23a00a5601aba3R31
macOS
R-devel
It fails to setup R for an unknown error. Now that r-lib/actions provide R-devel also to Linux runners, let's use
ubuntu-16.04
for R-devel. I feel the toolchain of macOS is too franky, and as ggplot2 is not a package that needs compilation, I feel the macOS + R-devel is not worth keeping.r-lib/actions#49 (comment)
R 4.0
brew install gdal
fails with the following error. I set thepkgType
option on macOS to avoid building packages at all.libgit2 PPA
(This is not about failures, just for cleanup)
As r-lib/actions#97 is already merged, we can just remove this from the YAML.