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

Error in NA propogation in vectorized intersect #226

Closed
HughDevlin opened this issue Jan 30, 2014 · 0 comments
Closed

Error in NA propogation in vectorized intersect #226

HughDevlin opened this issue Jan 30, 2014 · 0 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@HughDevlin
Copy link

Thanks for a great package!

intersect(interval("2014-01-15", "2014-01-16"), interval(NA,NA))
[1] NA--NA

intersect(c(interval("2014-01-15", "2014-01-16"),interval("2014-01-15", "2014-01-16")), c(interval(NA,NA),interval(NA,NA)))
Error in x@.Data[i] <- value@.Data :
NAs are not allowed in subscripted assignments

@vspinu vspinu added the bug an unexpected problem or unintended behavior label Dec 14, 2014
@vspinu vspinu closed this as completed in c1d2c5b Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants