We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description ...
Expected Behavior ...
Buggy Behavior ...
[1] 1 Error in `dplyr::pull()`: ! Can't extract column with `!!enquo(var)`. ✖ `!!enquo(var)` must be numeric or character, not `TRUE`. Run `rlang::last_trace()` to see where the error occurred. > rlang::last_trace() <error/vctrs_error_subscript_type> Error in `dplyr::pull()`: ! Can't extract column with `!!enquo(var)`. ✖ `!!enquo(var)` must be numeric or character, not `TRUE`. --- Backtrace: ▆ # 1. └─Seurat.utils::plotMetadataCategPie(...) 2. └─ggExpress::qpie(...) at Seurat.utils/R/Seurat.Utils.Metadata.R:1296:3 3. └─ggpubr::ggpie(...) at ggExpress/R/ggExpress.R:317:3 4. ├─ggplot2::scale_y_continuous(...) 5. │ └─ggplot2::continuous_scale(...) 6. │ └─ggplot2:::check_breaks_labels(breaks, labels, call = call) 7. ├─dplyr::pull(data, label) 8. └─dplyr:::pull.data.frame(data, label) 9. └─tidyselect::vars_pull(names(.data), !!enquo(var)) 10. └─tidyselect:::pull_as_location2(...) 11. ├─tidyselect:::with_subscript_errors(...) 12. │ └─base::withCallingHandlers(...) 13. └─vctrs::vec_as_subscript2(...) 14. └─vctrs:::result_get(...) Run rlang::last_trace(drop = FALSE) to see 1 hidden frame.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
...
Expected Behavior
...
Buggy Behavior
...
The text was updated successfully, but these errors were encountered: