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

another one in ts_summary() #146

Closed
christophsax opened this issue Apr 30, 2019 · 1 comment
Closed

another one in ts_summary() #146

christophsax opened this issue Apr 30, 2019 · 1 comment
Labels
Milestone

Comments

@christophsax
Copy link
Collaborator

related to #145

library(tsbox)
library(tidyverse)
series_irreg <- tribble(
  ~time,        ~value,
  "1988-01-01", 1,
  "2015-11-01", 2
) %>%
mutate(time = as.Date(time))

ts_summary(series_irreg)
#> Error in if (diffdt$freq[1] == -1) {: missing value where TRUE/FALSE needed

Created on 2019-04-30 by the reprex package (v0.2.1)

@christophsax christophsax added this to the 0.2 milestone Jun 16, 2019
@christophsax
Copy link
Collaborator Author

fixed by d299ae5

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

1 participant