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 7e8f1ca commit 12e13c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions R/application/check_dependency/dependency_graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const dependency_graph = function() {
}

const dependency_analysis = function(app) {
str(app);
stop();
list(
id = app$name,
label = app$desc,
pars = names(app$contex_env),
input_files = unlist(app$tempfiles)
);
}

0 comments on commit 12e13c2

Please sign in to comment.