geocompx / geocompr

Geocomputation with R: an open source book
https://r.geocompx.org/
Other
1.59k stars 585 forks source link

! Field/Binding is read-only (Actions failing) #1111

Closed Nowosad closed 2 months ago

Nowosad commented 2 months ago

@jannes-m -- sorry for bothering you, but the GHA is failing in ch12: https://github.com/geocompx/geocompr/actions/runs/10936378995/job/30359901540. Could you take a look at it?

jannes-m commented 2 months ago

I am a bit baffled, running this in our docker container, the error is not occurring. The only difference for now is that I have used remotes::install_github("mlr-org/mlr3extralearners@v0.9.0").

jannes-m commented 2 months ago

Looking at https://github.com/geocompx/geocompr/blob/main/.github/workflows/main.yaml (here, we install geocompkg), I would suggest to use remotes::install_github("mlr-org/mlr3extralearners@v0.9.0") there also for the moment.

Robinlovelace commented 2 months ago

FYI it seems that our Docker images, that build the book with Actions, do not ship with the dev versions of tmap, and maybe other packages. So could be upstream Docker issue?

https://github.com/geocompx/docker/issues/75

Any help with that appreciated.

Robinlovelace commented 2 months ago

Should probably keep this open until the non-evaluated chunks are evaluated again.

See here for the changes, some of which may no longer be necessary after https://github.com/geocompx/geocompkg/pull/45 was merged:

https://github.com/geocompx/geocompr/pull/1117/files

jannes-m commented 2 months ago

closed via #1124