REditorSupport / sublime-ide-r

R-IDE: Make Sublime Text a perfect IDE for R
MIT License
112 stars 7 forks source link

R-IDE: No render rmarkdown #35

Closed the-Zian closed 4 years ago

the-Zian commented 4 years ago

Recently I no longer have support for rendering rmarkdown via r-box. image

I am running Sublime Text Version 3.2.2, Build 3211 on macOS Mojave, Version 10.14.6.

Can confirm that my R-IDE.sublime-settings file still has all of the exec_items to fill out the menu, just nothing is showing other than Exec.

Let me know what other information I can provide that might be of help.

albertostefanelli commented 4 years ago

Same here problem here with the same operating system. I still have the options in the R-IDE but they are not working

randy3k commented 4 years ago

Does restarting sublime test help?

the-Zian commented 4 years ago

Does restarting sublime test help?

That worked, thank you!

the-Zian commented 4 years ago

Same here problem here with the same operating system. I still have the options in the R-IDE but they are not working

Check your R-IDE.sublime-settings, you might want to change the Render R Markdown command to: rmarkdown::render('$file', encoding = 'UTF-8'). I noticed my settings file changed to $file_name which doesn't give the full path.

randy3k commented 4 years ago

Thanks for the note. I will make a change soon