Skip to content

Commit

Permalink
Update dependency_graph.R
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed May 24, 2024
1 parent eefebc8 commit 2d90413
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/application/check_dependency/dependency_graph.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#' try to extract the dependency graph from the application modules
#'
const dependency_graph = function() {
const dependency_graph = function(mounts) {
require(igraph);

WorkflowRender::create_memory_context(mounts);

let context = .get_context();
let appList = context$workflow;
let source = []; # name of source node
Expand Down

0 comments on commit 2d90413

Please sign in to comment.