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

Handle all NA series #14

Closed
wilsonfreitas opened this issue May 12, 2014 · 1 comment
Closed

Handle all NA series #14

wilsonfreitas opened this issue May 12, 2014 · 1 comment
Assignees
Labels

Comments

@wilsonfreitas
Copy link
Owner

Error in if (!any(to >= cal$start.date & to <= cal$end.date)) stop("Given date out of range.") : 
  missing value where TRUE/FALSE needed
@wilsonfreitas wilsonfreitas self-assigned this May 13, 2014
wilsonfreitas added a commit that referenced this issue May 15, 2014
if the `to` argument is a vector full of NAs, the returned value is also a vector full of NAs accordingly the recycling rule (considering `to` and `from` arguments).

#14
@graywh
Copy link

graywh commented May 29, 2019

Should the same not be done for from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants