Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple classes (eg IDate is integer and IDate) results in warning for is.overlapping #43

Open
myoung3 opened this issue Sep 2, 2020 · 0 comments
Milestone

Comments

@myoung3
Copy link
Member

myoung3 commented Sep 2, 2020

in is.overlapping

  if(class(start)!=class(end)){     stop("start and end must be of the same class")   }

will result in this warning

In if (class(start) != class(end)) { ... :
  the condition has length > 1 and only the first element will be used

if object has multiple classes

@myoung3 myoung3 changed the title multiple classes (eg IDate is integer and IDate) results in warning for is.overlappingv multiple classes (eg IDate is integer and IDate) results in warning for is.overlapping Sep 25, 2020
@myoung3 myoung3 added this to the v0.9.0 milestone Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant