adeverse / adespatial

Multivariate Multiscale Spatial Analysis
http://adeverse.github.io/adespatial/
32 stars 7 forks source link

add listw validation #31

Open JosiahParry opened 2 weeks ago

JosiahParry commented 2 weeks ago

This PR supercedes #30 and closes #29

The function listw.select() expects a named list of candidates. When a list of listw objects are provided and unnamed, an error occurs.

This PR adds a number of small checks to the candidates argument.