Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hoffman committed Aug 21, 2017
1 parent 24c4b94 commit 263634e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ importFrom(dplyr,mutate_each)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_each)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(dtw,dtw)
importFrom(gdata,drop.levels)
Expand Down
2 changes: 1 addition & 1 deletion R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -2929,7 +2929,7 @@ globalVariables(
# @param max.genes Maximum number of genes to keep for each division
# @param ... Additional parameters to pass to DoHeatmap
#
# @importFrom dplyr %>% group_by filter top_n select
#' @importFrom dplyr %>% group_by filter top_n select
#
# @return Plots heatmap. No return value.
#
Expand Down

0 comments on commit 263634e

Please sign in to comment.