Robert Hijmans
Robert Hijmans
Closing as there has been no news for a while.
Thank you for your elaborate example. I can reproduce it, but I do not immediately have an explanation. I will try to do some experimentation. For now, here is another...
That is not supported. It would be a lot of work to implement that option. It does not seem important enough to work on that. If you want that level...
It looks like you are trying to install "terra" from source. Can't you instead install the compiled version from CRAN?
That is a limitation of the GeoTiff or GDAL. The layer (band) is indexed with a small integer, and it cannot be higher than `2^16 = 65536` You can try...
Thanks, after loading terra (and on windows) this should then also work ``` setGDALconfig("GDAL_MAX_BAND_COUNT", "1000000") ```
There are indeed message that may be ignored, or so it seems. But they are very annoying. It is problem that may occur when using Rcpp *modules*. It is reported...
Re-opening because this remains an issue
Another example. You need `remotes::install_github(cropmodels/Recocrop)` ``` library(Recocrop) library(terra) #This is version 0.6.2 of the "terra" package, for evaluation only logo
A similar situation is discussed [here](https://github.com/sneumann/xcms/issues/288) for the xcms package. Although that package does not use Rcpp, the messages appear to stem from the mzR package, which does use Rcpp...