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

advancePosition skips over some blocks #27

Closed pimentel closed 7 years ago

pimentel commented 8 years ago

For some reason, cmd-return skipped over the line models(so) in the following block:

so <- sleuth_fit(so)

models(so)

so <- sleuth_wt(so, 'conditionB')
pimentel commented 7 years ago

this seems to be working.