r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
347 stars 49 forks source link

rhub error on windows building package 'terra' #605

Closed paul-carteron closed 2 months ago

paul-carteron commented 2 months ago

Hi, I'm getting the following error on Windows (R-devel) :

ERROR: compilation failed for package 'terra'
* removing 'C:/Users/RUNNER~1/AppData/Local/Temp/Rtmpye3fNX/pkg-lib19542f843a61/terra'

Build can be found here.

There's a lot of undefined reference when building terra from source, which I don't understand.

Thanks in advance !

gaborcsardi commented 2 months ago

terra does not work on R-devel Windows currently: https://cran.rstudio.com/web/checks/check_results_terra.html

paul-carteron commented 2 months ago

Oh, that's why ! Thanks.