Closed Robinlovelace closed 1 month ago
Maybe we could try to replace it with:
install.packages('geocompkg', repos = c('https://geocompr.r-universe.dev', 'https://cloud.r-project.org'), dependencies = TRUE, force = TRUE)
?
:+1: worth a try
The old approach is working again.
This seems to be an issue again. I've changed the settings meaning fewer PRs trigger actions (no need for typos):
@Nowosad anything else we can do?
@Robinlovelace each of our four workflows (https://github.com/geocompx/geocompr/tree/main/.github/workflows) starts with remotes::install_github("geocompr/geocompkg", dependencies = TRUE, force = TRUE)
-- would it be possible to move this upstream to the docker images (that would be updated regularly)?
Yes. I don't think we need to force updates now the dust has settled.
The Docker images don't seem to be updating on their weekly scheduled jobs, not sure why. I've triggered a build with https://github.com/geocompx/docker/commit/8696f9289edd4051f9c3c51069de78df9b18dc4f
I think installing CRAN versions is fine for the suggests image as per https://github.com/geocompx/docker/blob/master/suggests/Dockerfile#L5
How about keeping remotes::install_github()
only for dev workflow?
Yep -- sounds good.
Error:
! Failed to install 'tmap' from GitHub:
HTTP error 401.
Bad credentials
Rate limit remaining: 59/60
Rate limit reset at: 2024-09-24 07:53:53 UTC
Source: https://github.com/geocompx/geocompr/actions/runs/11008562683/job/30566434908
Let's wait for the PR to actually be merged before closing.
As shown here the build is failing: https://github.com/geocompx/geocompr/actions/runs/7612626738/job/20730641722
There have been some recent changes, maybe we need to reduce the number of times actions run?