RobinHankin / disordR

https://robinhankin.github.io/disordR/
1 stars 0 forks source link

bug in == #11

Closed RobinHankin closed 3 years ago

RobinHankin commented 3 years ago
> disord(1:5) == 2
A disord object with hash c8d5cf2b423f09441a6e59a0bb2b2f6cd152d234 and elements
[1] FALSE  TRUE FALSE FALSE FALSE
(in some order)
> 2 == disord(1:5)
Error in disord_compare_any(e2, e1) : object '.Generic' not found
> 

First call works fine, second one fails but should work