I really appreciate how this package makes climate and landcover data easily accessible in R. I did run into a small issue with some of it, though.
Some rasters downloaded with the landcover() function seem to be missing areas that I'd guess correspond to tiles. For example, the raster for the "built" variable is missing several tiles near the equator:

...or the "wetland" variable that seems to be missing a similar set of tiles:

The "cropland" variable, on the other hand, is fine:

I didn't check all of the variable choices, so the missing tiles might be present in other rasters, I'm still fairly new to working with geographic data in (both in R and in general), so apologies if this isn't actually an issue.
I really appreciate how this package makes climate and landcover data easily accessible in R. I did run into a small issue with some of it, though.
Some rasters downloaded with the landcover() function seem to be missing areas that I'd guess correspond to tiles. For example, the raster for the "built" variable is missing several tiles near the equator:

...or the "wetland" variable that seems to be missing a similar set of tiles:

The "cropland" variable, on the other hand, is fine:

I didn't check all of the variable choices, so the missing tiles might be present in other rasters, I'm still fairly new to working with geographic data in (both in R and in general), so apologies if this isn't actually an issue.