yannrichet/rsession

Bug when parsing function with name containing ("length", "dim", ...)

Closed this issue · 1 comments

This bug occur for all function of R lib.
Example:
xlength <- function() {1}

Regex to fix:
(\\W*)length\\(", "$1__R.length(

Fixed