Skip to content

Commit

Permalink
Issue 46: Function use flowchart (#54)
Browse files Browse the repository at this point in the history
* Functional dependences static analysis

* Test copying over EpiAware function diagram

* Delete README

* Rename to static_code_analysis and delete saved .png
  • Loading branch information
athowes authored Jun 17, 2024
1 parent a4b4a1b commit aadbc89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inst/static_code_analysis.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
library(CodeDepends)

gg <- CodeDepends::makeCallGraph("package:epidist")
gg <- layoutGraph(gg, layoutType = "neato")
graph.par(list(nodes = list(fontsize = 40)))

renderGraph(gg)

0 comments on commit aadbc89

Please sign in to comment.