RProvider icon indicating copy to clipboard operation
RProvider copied to clipboard

Skip convertToR search for values with are SymbolicExpressions

Open glchapman opened this issue 10 years ago • 1 comments

Currently, RInteropInternal.convertToR searches through its various conversion methods even when passed a value which is already a SymbolicExpression (or a subclass of SymbolicExpression). It seems like it might be a useful optimization to check for SymbolicExpressions first, and skip the search if one is found.

glchapman avatar Jan 29 '14 19:01 glchapman

This sounds like a good idea! If you can submit a pull request, that would be great!

PS: Sorry for a slow ping, I'm finishing a new release and finally going through all the old issues....

tpetricek avatar May 21 '14 18:05 tpetricek