Skip to content

Commit

Permalink
feat: reexport ggrepel functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Jul 3, 2024
1 parent e98f98b commit 9f771a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export(dimPlot)
export(dimPlot2D)
export(dimPlot3D)
export(expand_feature_info)
export(geom_label_repel)
export(geom_text_repel)
export(getColors)
export(getDistinctColors)
export(getRainbowColors)
Expand Down Expand Up @@ -107,6 +109,8 @@ importFrom(GiottoUtils,getRainbowColors)
importFrom(colorRamp2,colorRamp2)
importFrom(data.table,dcast)
importFrom(data.table,dcast.data.table)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(igraph,as_data_frame)
importFrom(methods,new)
importFrom(methods,setGeneric)
Expand Down
5 changes: 5 additions & 0 deletions R/suite_reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
GiottoUtils::getRainbowColors
#' @export
GiottoUtils::getDistinctColors

#' @export
ggrepel::geom_text_repel
#' @export
ggrepel::geom_label_repel
4 changes: 4 additions & 0 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f771a0

Please sign in to comment.