geocompx / geocompr

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

Render fails in the Eco chapter #1108

Closed Nowosad closed 2 months ago

Nowosad commented 2 months ago

https://github.com/geocompx/geocompr/actions/runs/10140130082/job/28034711566

62/70 [15-eco-27]        
Error in `private$.get_values()`:
! attempt to apply non-function
Backtrace:
 1. autotuner_rf$predict(task)
 7. paradox (local) `<fn>`()
 8. paradox:::.__ParamSet__values(...)

Quitting from lines 532-534 [15-eco-27] (15-eco.Rmd)

@jannes-m -- can you take a look at it?

jannes-m commented 2 months ago

ok, thanks for letting me know, I'll have a look at it in the coming days

jannes-m commented 2 months ago

I fixed the problem in the eco-chapter. Now ci/cd works again execpt for the qgis run, where it compains about missing libraries bslib and downlilt (see https://github.com/geocompx/geocompr/actions/runs/10206927124/job/28240752484), though I don't know why they are missing here but not in the other run. Any ideas?

Robinlovelace commented 2 months ago

Not sure but could it be because https://github.com/geocompx/geocompkg actions are failing?

jannes-m commented 2 months ago

Ah, well spotted, thanks!!