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

Execution with single quote (') does not work. Only recognizes double (") #10

Closed adamvi closed 8 years ago

adamvi commented 9 years ago

When trying to execute a line of code from Atom to Mac terminal (Shift+CMD+T) the following code works:

 devtools::install_github("adamvi/SGP")

while this does not:

 devtools::install_github('adamvi/SGP')

Exchangeable usage of single and double quotes would be most appreciated!

pimentel commented 8 years ago

Fixed in my fork: https://github.com/pimentel/atom-r-exec

Will be making a pull request in the next few days

pimentel commented 8 years ago

This has been resolved and I think should be close now?