pimentel / atom-r-exec

Send R code to various R consoles from the Atom editor
https://atom.io/packages/r-exec
MIT License
19 stars 8 forks source link

incorrect escaping when in paragraph mode #21

Closed pimentel closed 8 years ago

pimentel commented 8 years ago

There is an issue when sending code to RStudio server (chrome) when sending a paragraph. For example, the following code fails (inserts additional \):

source("gene_common.R")

but does not fail when sending only the line