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

Not working with tidyverse 1.2.1 #40

Open
dekaufman opened this issue Sep 19, 2019 · 1 comment
Open

Not working with tidyverse 1.2.1 #40

dekaufman opened this issue Sep 19, 2019 · 1 comment

Comments

@dekaufman
Copy link

dekaufman commented Sep 19, 2019

Just making a note for anyone else searching for help on the same problem I had. I upgraded my R version and a lot of packages, and suddenly I got errors when running the standard anomalize package examples:

tidyverse_cran_downloads_anomalized <- tidyverse_cran_downloads %>%
  time_decompose(count, merge = TRUE)

Result:

Error in !.key : invalid argument type

This seems to be already reflected in the information at https://github.com/tidyverse/tidyr/blob/master/revdep/problems.md.

To tide people over until it gets straightened out, I was able to work around the problem by downgrading tidyr:

require(devtools)
install_version("tidyr", version = "0.8.3", repos = "http://cran.us.r-project.org")
@mdancho84
Copy link
Contributor

Yes, this is related to the tidyr v1.0.0 upgrade. If you need to use anomalize, downgrade to tidyr v0.8.3. Otherwise, we will be releasing to CRAN upgraded versions of tibbletime and anomalize shortly, which will correct the issues.

@DavisVaughan

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

2 participants