Skip to content

Commit

Permalink
add missing scale_color_brewer import
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiaoyi0504 committed May 30, 2024
1 parent b6948a8 commit e59586a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_color_continuous)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
Expand Down
1 change: 1 addition & 0 deletions R/FragPipeAnalystR-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
#' @importFrom ggplot2 guide_colorbar
#' @importFrom ggplot2 labs
#' @importFrom ggplot2 position_dodge
#' @importFrom ggplot2 scale_color_brewer
#' @importFrom ggplot2 scale_color_continuous
#' @importFrom ggplot2 scale_color_manual
#' @importFrom ggplot2 scale_fill_manual
Expand Down

0 comments on commit e59586a

Please sign in to comment.