Robert Hijmans

Results 183 comments of Robert Hijmans

You can ignore these messages from the garbage collector. They do not affect your data. They are very annoying. I have done a lot of things to get to the...

Can you try again with the current development version (1.6-20) and report back?

Thanks. This is certainly is related to terra, but since this is related to garbage collection the messages may appear at any time. It would be useful if you could...

Thanks @kadyb but `try(xxx, silent=TRUE)` does not help here; presumably because these are garbage collector error messages that are perhaps triggered by, but not directly related to the function being...

@kevinushey with the current CRAN version, this should still give you the messages. ``` library("terra") library("raster") #terra version 1.2.13 fnz

Not on purpose, but I can look into it. Do you have an example where you observed this, or can you `show(x)` where x is a SpatRaster? Is this a...

Can you upload the file to github (or a file share and provide a link?). Attaching by email does not work (and github generally works much if you avoid email...

I have (at long last) been working on speeding these things up, but I no longer have the file to compare with your benchmark,

I am closing this as I do not have the file for comparison. But it would be great if you could share it again.

Thank you for the suggestion. It is now possible to ignore cells. I am very sorry it took me so long to respond. ``` library(terra) library(geobr) options(timeout = 600) url...