ropensci / NLMR

📦 R package to simulate neutral landscape models 🏔
https://ropensci.github.io/NLMR/
65 stars 17 forks source link

Fix spatstat import #73

Closed mhesselbarth closed 3 years ago

mhesselbarth commented 3 years ago

NLMR was taken down from CRAN because the spatstat package was split into several sub-packages with their last major release a few weeks back.

Instead of importing spatstat, now the specific sub-packages need to be imported which are spatstat.geom and spatstat.core for NLMR.

I created a pull request that should fix this (#72)