stemangiola / tidySingleCellExperiment

Brings SingleCellExperiment objects to the tidyverse
https://stemangiola.github.io/tidySingleCellExperiment/index.html
35 stars 10 forks source link

Add `summarize` as an explicit alias of the function `summarise` #67

Closed william-hutchison closed 1 year ago

william-hutchison commented 1 year ago

This pull request adds summarize as an explicit alias of the function summarise. This change increases consistency between tidySingleCellExperiment and dplyr.

william-hutchison commented 1 year ago

Thanks for letting me know. I have added a test for the summarize alias and manually resolved the conflict. It was caused by us both updating the version number. I have now set the version number to 1.12.0, upgrading from 1.11.1.

stemangiola commented 1 year ago

Error: object ‘aggregate_cells’ is not exported by 'namespace:ttservice'

@william-hutchison I think you have to force the service version in DESCRIPTION like it is in tidyseurat

william-hutchison commented 1 year ago

Thanks for your help!