Closed alexenge closed 4 years ago
Thanks! Actually a ton of things stopped working for me! I'm on it, I'll probably update the package next week.
That's great to hear, thanks so much!
Can you try the dev version?
devtools::install_github("bnicenboim/eeguana@experimental")
It should be working there, I'll update the main version once I get rid of the new dplyr warnings...
Yes, chs_mean()
(and re-naming channels using mutate()
, which had also stopped working for me with dplyr 1.0.0), now seem to work fine in the dev version (without any warnings). Great!
Dear Bruno,
Thank you for your efforts with eeguana: The package is a pleasure to work with and a big step forward in making EEG data analysis more reproducible and less dependent on proprietary software!
I've just wanted to let you know that some of my previously written code stopped working after recently upgrading dplyr to version 1.0.0 (see https://www.tidyverse.org/blog/2020/06/dplyr-1-0-0/). It would be great if there was a way to (re-)integrate the two packages.
Here is a working example of
chs_means()
with dplyr version 0.8.5:Whereas with dplyr version 1.0.0, I get the following error message:
Although the following workaround still does the trick, it would of course be great to get
chs_mean()
back (and potentially other dplyr-based functions which have stopped working with the new version).Operative system (output of
sessionInfo()
):Thanks a lot!
Alexander