forsys-sp / patchmax

A spatial selection optimization algorithm in ForSysR
GNU General Public License v3.0
3 stars 0 forks source link

Missing package- dependency error? #2

Closed michelledayusfs closed 2 years ago

michelledayusfs commented 2 years ago

adj = Patchmax::calculate_adj(seral, St_id = seral$LMU_ID, method='nb') Error in loadNamespace(x) : there is no package called ‘spdep’

Another possible dependency issue:

Running PatchMax using 11 cores

Project #1 Error in loadNamespace(x) : there is no package called ‘pbapply’

Does this mean that it needs to be listed as a dependency on patchmax but it isn't?

PedroBelavenutti commented 2 years ago

Looks like Cody fixed this one too

michelledayusfs commented 2 years ago

This was closed with previous issue posted.