Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError in FUN(X[[i]], ...) : object '.group' not found #2
Comments
|
Where is the function failing? Please go through each of the steps one by one. and let me know which function the error occurs at. |
|
I get he same error. The problem is with the viz part of the code: Reinstalled |
|
A quick google search tells me this is likely a ggplot2 issue |
|
So Davis, how to solve this problem.....any ideas? |
|
Just to confirm, I also got the error in The same error appears in https://cran.r-project.org/web/packages/anomalize/vignettes/anomalize_quick_start_guide.html I'll let you know if I find out any solution. |
|
We've been hearing of a number of errors that are all related to old versions of various packages that |
|
This should be fixed now thanks to @MartenMM. Can someone that had the problem please confirm? |
|
Worked!!! Reinstalled the github version. Thank you so much for this, loving it! |
|
Niiiiice! Great work @MartenMM! |
|
Yay! My first accepted PR :-) |
|
After reinstalling the github version it also works for me, many thanks!! |
Hello,
Thanks for this outstanding group.
Following the code posted in https://business-science.github.io/anomalize/ I have got this error:
tidyverse_cran_downloads %>%
# Data Manipulation / Anomaly Detection
time_decompose(count, method = "stl") %>%
anomalize(remainder, method = "iqr") %>%
time_recompose() %>%
# Anomaly Visualization
plot_anomalies(time_recomposed = TRUE, ncol = 3, alpha_dots = 0.25)
Error in FUN(X[[i]], ...) : object '.group' not found
Is there any way to overcome this error?
Thanks in advance.
Kind regards,
Guillermo