danlwarren / ENMTools

ENMTools R Package
104 stars 30 forks source link

Ecospat background tests broken #248

Closed danlwarren closed 10 months ago

danlwarren commented 10 months ago

I'm leaving this here as a note to myself: enmtools.ecospat.bg is broken in a couple of ways at the moment.

  1. Asymmetric background tests will no longer run. This appears to be an issue with ecospat itself, as outlined here: https://github.com/ecospat/ecospat/issues/77
  2. The ENMTools plots of background and niche estimates are currently not working. I think this is due to those plots being designed for raster objects, and they're now receiving SpatRaster objects instead.

I don't think there's anything we can do about issue 1 on our end, but issue 2 is definitely our problem to deal with.

danlwarren commented 10 months ago

The second problem is fixed now, but the first one is going to have to wait until ecospat fixes it on their end