Skip to content
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

Potential namespace conflict with the summarise function #73

Open
Huangy57 opened this issue Jun 12, 2024 · 0 comments
Open

Potential namespace conflict with the summarise function #73

Huangy57 opened this issue Jun 12, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Huangy57
Copy link

I noticed a potential namespace conflict with the summarise function. The code snippet below highlights where the conflict occurs: abundance_df_summarized = abundance_df %>% mutate(keep = as.logical(keep)) %>% group_by(group_id, celltype_id) %>% summarise(samples_present = sum(keep))

To improve compatibility and avoid namespace conflicts, I suggest explicitly adding the dplyr namespace in front of summarise

@browaeysrobin browaeysrobin added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants