SciViews / svSocket

SciViews R socket server
https://www.sciviews.org/svSocket
Other
12 stars 4 forks source link

Fixes bug with `evalServer(con, "x<-c('a',\"b\")")` #1

Closed adamryczkowski closed 8 years ago

adamryczkowski commented 8 years ago

... or evalServer(con, 'x<-c(\'a\',"b")' on client.

No known regressions so far.

phgrosjean commented 8 years ago

Thanks for this. However, I had to change the correction a little bit to avoid affecting unquoted expressions.