-
Notifications
You must be signed in to change notification settings - Fork 1
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
updating palmsplusr to align with change in dplyr #15
Comments
Hi Vincent Ah yes, I saw they recently added
In the code above, since the If
I assume this also applies to Edit: I should also say that it looks like |
Thanks for the quick reply Tom. Ok, I found one issue with the pre-processing, which is not part of palmsplusr itself (code you drafted for Line and which I then re-used for HabitusGUI). There, replacing summarise() by reframe() seemed sufficient. Next, I got stuck with a problem with the columnnames of the PALMS output that were shifted by one cell, at least not related to palmsplusr. I am now able to run palmsplusr again, and will have to review that the output is correct. Also, I will have a look whether I can identify a way to address the warnings about the deprecated functions. |
Hi Tom, with the latest version of dplyr and running palmsplusr I get the error:
I think this means that we need to replace summarise() for reframe(). You are probably more familiar with the tidyverse jargon. Do you know what we should do with the last part of the warning? Does this mean we need to group our data and if so how do I do that?
The text was updated successfully, but these errors were encountered: