randy3k / R-Box

R package for Sublime Text 3
MIT License
171 stars 27 forks source link

R-Box/SendCode Stopped Working #108

Closed pjcrosbie closed 7 years ago

pjcrosbie commented 7 years ago

I am sure that this is user error but can't figure out what SendCode is doing.

R-Box/SendCode was working brilliantly yesterday but today "suddenly" appears to have stopped working for everything except RGui. Yesterday, with no change that I can recall, it was sending great to R console running in ConEmu. I simply set SendCode to send to ConEmu, ran R in the console and R-Box/SendCode seemed to pick it up fine.

Windows x64 env with latest sublime and R.

Have uninstalled/reinstalled R-Box and SendCode, Trying to get to work in RTerm inside ConEmu. This was all working perfectly as of yesterday even. I don't know what I would have changed.

Apologies for the obviously bad question.

randy3k commented 7 years ago

Are there any error messages in the Sublime Text console? I also don't have much idea...

If it is sending to RGUI, it means SendCode is working. It may be an issue of ConEmu.

pjcrosbie commented 7 years ago

Yes, sorry dug deeper. SendCode required me to add path to conemuc in .sublime-settings. After adding:

"conemuc" : "B:/bin/ConEmu/ConEmu/ConEmuC64.exe"

SendCode started working fine again. This definitely wasn't in there yesterday so odd that it worked then.

pjcrosbie commented 7 years ago

Thank you for terrific plugin and terrific support. Have tried rice but getting occasional python error messages mid stream R processing. Is rice more of a WIP?

pjcrosbie commented 7 years ago

a really nice to have for working with .Rmd files would be functions to select (and execute):

Would have a go myself but the learning curve on these plugins looks pretty large. Any ideas where I might find something like this? Or would you consider adding to nice to have list for R-Box?

regardless, appreciate your work, thank you for sharing

randy3k commented 7 years ago

Hi pic42, I would consider rice is ready to use, what error did you get exactly? It may be a bug.

randy3k commented 7 years ago

I was informed that rice may not be working with python 2.7 on Windows. It may be the reason if you were using python 2.7.

pjcrosbie commented 7 years ago

I'll open the issue in rice with an example of what I am seeing. I'm using python 3.6.

randy3k commented 7 years ago

Thanks. Any feedback would be valuable.