We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think the output below says it all:
> "2022-08-30" %-time% "16 months" [1] "2021-04-30" > "2022-08-30" %-time% "17 months" [1] "2021-03-30" > "2022-08-30" %-time% "18 months" [1] NA Warning message: In time_subtracter(index, period) : Missing values created during time subtraction. This can happen if dates do not exist. > "2022-08-30" %-time% "24 months" [1] "2020-08-30" > "2022-08-30" %-time% "19 months" [1] "2021-01-30" > "2022-08-30" %-time% "18 months" [1] NA
Just started happening today...
The text was updated successfully, but these errors were encountered:
The problem is February 30 does not exist so needs to be Feb 29.
Was this behavior different before?
Sorry, something went wrong.
I never seemed to have the issue before this is the first time I have ever run into it.
No branches or pull requests
I think the output below says it all:
Just started happening today...
The text was updated successfully, but these errors were encountered: