Andrea Manica

Results 10 issues of Andrea Manica

When attempting to create a `vrt` where multiple files are treated as separate bands, the command fails on OSX but works fine in Linux. On OSX, the problem seems to...

I have stumbled across an odd interaction betwen `sf` and `terra`. If I create a raster with multiple time slices and save it as a netcdf AFTER loading `sf`: ```...

When `boundaries()` is used on a large raster, it takes down R with a memory error, even though usage is nowhere close to the memory limits of the machine (`top`...

When I run `check_on_cran()`, the Windows checks return success. However, looking at the logs, I get: ``` #> * checking CRAN incoming feasibility ... #> Error in aspell(files, filter =...

With the latest version of `tune` (1.1.2), using `tune_bayes` on a `mars` model raises lots of errors. No errors are raised with version 1.1.1. Here is a reprex, showing the...

upkeep

In some instances, ovelapping pies are clipped incorrectly. Here is a simple reproducible example: ``` df

Would you consider adding a method for `metags` that applies to `SpatialRasterDataset`, so that meta information can be attached to the whole dataset? Thanks!

Temporary hack to fix missing files in CHELSA

It is possible to get a false positive of an error of missing data when using `big_SVD()` (and `big_randomSVD()`), when there are some missing data in the matrix but they...

We should only test the validity of URLs in one version of the checks (e.g. the codecov, so that we check that code coverage), but not in the others, to...