Edzer Pebesma
Edzer Pebesma
You have 41 packages loaded via namespace, I have 17, it's possible that the problem lies in that difference. I asked you to do this in a clean R session.
> the problem is still there though it looks like it's gone.
It was already gone in https://github.com/r-spatial/stars/issues/731#issuecomment-2608364436 - we forgot to scroll right.
It's normal that you can't call `stars::aggregate()` because ``` > stars::aggregate Error: 'aggregate' is not an exported object from 'namespace:stars' ``` - it's an exported method, the generic is in...
Yes, but you'll have to fake it by providing a `newdata` object that has `X1` values equal to 1 and `X2` values equal to 0.
Back on CRAN again.
Please reinstall `spacetime` and `gstat`.
Happy to help here, let me know!
@BenGraeler ?
Thanks for the update; I've looked at the issue and can reproduce the error you're getting. I can see where it happens when run in a debugger, but haven't been...