Skip to content

Commit

Permalink
Fix note for no visible binding variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene233 committed Mar 26, 2024
1 parent a72ecd6 commit fe762f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ score_barplot <- function(top_markers, column = ".dot", f_list, n = 30) {
theme_classic()
}

utils::globalVariables(c("Group", "Score", "x", "Scores", "Comp",
utils::globalVariables(c("Group", "Score", "x", "Scores", "Comp", "Genes",
"..density..", "stack", "values", "ind", "Type"))

0 comments on commit fe762f1

Please sign in to comment.