Displaying 2 results from an estimated 2 matches for "calee1".
Did you mean:
calee
2002 Aug 08
1
analysis of function dependencies / namespacing
I am going to document a 10.000 lines of R code project.
Before reinventing the wheel, has anyone written a function that analyzes
dependencies between R functions?
I am thinking of output like
caller1 calee1
caller1 calee2
caller1 :
caller2 calee7
:
and I would like to restrict caller and callee to certain positions in the
search path.
My guess is, that a quick and dirty solution is easy, but I have no idea how
to filter out calls to locally defined functions.
Furthermore I heard rumors about new...
2002 Aug 08
1
analysis of function dependencies / namespacing
I am going to document a 10.000 lines of R code project.
Before reinventing the wheel, has anyone written a function that analyzes
dependencies between R functions?
I am thinking of output like
caller1 calee1
caller1 calee2
caller1 :
caller2 calee7
:
and I would like to restrict caller and callee to certain positions in the
search path.
My guess is, that a quick and dirty solution is easy, but I have no idea how
to filter out calls to locally defined functions.
Furthermore I heard rumors about new...