Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up%within% failed inelegantly when a non interval argument is presented #829
Comments
|
It's actually R problem. We don't provide the default method so It throws before it even gets to our code. Fixing this by adding a default method with an explicit message. |
%within% fails inelegantly when given a non interval second argument,
So, the request is that %wtihin% test and report when call is something llike e.g. var1 %wtihin% var2
%within% should fail or at least report when class(var2)~= interval