Replace summarise() with reframe() for dplyr 1.2.0#37
Replace summarise() with reframe() for dplyr 1.2.0#37
Conversation
|
@CharcoalF Thank you for the update. I think further revisions are needed. Could you please carry out the bulk update? README.md |
|
Hi @feng-li, the updates are mainly about to replace the codes below: Just after this change, there seems to be some differences in the generated plots. Please let me know if this is the intended outcome, or if any modifications are needed. Thanks For example, the noise plot now appears more like a linear plot as you may see below: |
|
@CharcoalF Many thanks. I think this was just due to a bad seed. Maybe we could fix the seed just for visualizations. |
|
Hi @feng-li , thank you. Kindly have a cross-check and let me know if any other changes are needed. Suggest to
Other Updates: After running
|




As suggested by dplyr author, we need to replace summarise() with reframe() for dplyr 1.2.0. Please review and merge if everything looks good :)