Skip to content
Prev 41361 / 63424 Next

Finding inter-function dependencies within a package

Hi Keith

'foodweb' and friends in the 'mvbutils' package should do what you're after. 

For example, I just tried this on the 'debug' package:
[1] ".end.incarnation"          ".onLoad"                   "bp"                        "check.legality"           
 [5] "debug.eval.guts"           "debug.q"                   "debug.Recall"              "debug.with"               
 [9] "debug.within"              "dismiss.debug.window"      "enact.command.r"           "eval.catching.errors"     
[13] "evaluator"                 "find.active.control.frame" "get.mtraced.callers"       "launch.debug.windows"     
[17] "qqq"                       "set.global.debug.vars"     "stepping"                  "try2"                     

HTH
Mark