Displaying 2 results from an estimated 2 matches for "dyntrace".
Did you mean:
dtrace
2018 Jan 03
3
Coping with non-standard evaluation in R program analysis
Hello R experts,
I plan to develop a tool for dynamic analysis of R programs. I would like to trace function calls at runtime, capturing argument and return values. Following a suggestion made some time ago on this list, my high-level implementation strategy is to rewrite the AST, augmenting call expressions with pre-call and post-call shims to capture the arguments and return value,
2018 Jan 04
0
Coping with non-standard evaluation in R program analysis
...m/PRL-PRG/genthat
We don?t really deal with NSE though. It could be something worth thinking about for us.
The contact for genthtat is Filip.
We are also writing a tool for analyzing promises and generating execution traces
within the R VM. This is available in
https://github.com/PRL-PRG/R-dyntrace
Aviral and Konrad are the contacts there.
Best,
jan
Jan Vitek, Professor
Computer Science,
Northeastern University
> On Jan 3, 2018, at 7:18 PM, Peter Meilstrup <peter.meilstrup at gmail.com> wrote:
>
> For 2), it is not exposed in R's standard library but it is exp...