Skip to content

Commit

Permalink
getter functions NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Nov 10, 2023
1 parent 6ca6476 commit e5299cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export(geom_kegg)
export(geom_node_rect)
export(geom_node_rect_kegg)
export(geom_node_shadowtext)
export(get_module_attribute)
export(get_network_attribute)
export(ggkegg)
export(ggplot_add.geom_kegg)
export(ggplot_add.geom_node_rect_kegg)
Expand Down
1 change: 1 addition & 0 deletions R/module_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ setMethod("show",
}
)

#' @export
setGeneric("get_module_attribute",
function(x, ...) standardGeneric("get_module_attribute"))

Expand Down
1 change: 1 addition & 0 deletions R/network_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ setMethod("show",
}
)

#' @export
setGeneric("get_network_attribute",
function(x, ...) standardGeneric("get_network_attribute"))

Expand Down

0 comments on commit e5299cc

Please sign in to comment.