JosiahParry / sfdep

A tidy interface for spatial dependence
https://sfdep.josiahparry.com/
GNU General Public License v3.0
124 stars 5 forks source link

a typo in utils-set-operations.R #38

Closed jlacko closed 1 year ago

jlacko commented 1 year ago

intersect for intersection, setdiff for difference

netlify[bot] commented 1 year ago

Deploy Preview for elastic-lumiere-271348 canceled.

Name Link
Latest commit 3a517ad5cbb3e11689239264eb3fd8b24d6b7719
Latest deploy log https://app.netlify.com/sites/elastic-lumiere-271348/deploys/647e4f6d2f87b10008367370
JosiahParry commented 1 year ago

@jlacko thank you!!!!

jlacko commented 1 year ago

Glad to be of service! and just for the fun of it - imagine for a moment my surprised face when I read the man page as it stood :) Of course then I checked the raw code & knew what needed to be done. But the short moment of utter disbelief - priceless...

JosiahParry commented 1 year ago

I'm glad it can be of use! I use these set functions all the time for making custom neighborhoods--e.g contiguity but making sure there are at least 4 neighbors or something.

I'm no longer able to maintain this package so any and all PRs are super very much appreciated

jlacko commented 1 year ago

It definitely is of use! I tweak my weights all the time - and your functions are super helpful in that. Thanks for sharing!