kreutz-lab / Rcall

R function interface for Matlab
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

Can't push to R variables with names that are not valid MATLAB variable names #10

Closed arbenede closed 1 year ago

arbenede commented 1 year ago

A call to Rpush('x.t',x_t) gives an error since even if x.t is a valid R variable name, it is not a legal MATLAB variable name.

clemenskreutz commented 1 year ago

Variable names with dot are not yet supported. Rcall now throws an error message if variables with dots are used.