treeprof icon indicating copy to clipboard operation
treeprof copied to clipboard

Visualize Rprof Results as a Tree

Results 4 treeprof issues
Sort by recently updated
recently updated
newest added

Ran into issues with calls to `[` that were real slow but made it seem like something else was slow.

bug

``` Ticks: 2866; Iterations: 4; Time Per: 1.537 seconds; Time Total: 6.149 seconds; Time Ticks: 2.866Error in y[[2]] : subscript out of bounds ``` Must be because in this code:...

bug
fixed in dev

Likely due to a CRLF issue.

bug

Get this message: ``` Warning in checkDT9(options) : shiny (>= 0.10.2) has upgraded DataTables from 1.9.4 to 1.10.2, and DataTables 1.10.x uses different parameter names with 1.9.x. Please follow the...

bug