You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great tool! Thanks for creating this. I am a long-time macvim user just moving over to SE2. Your Rtools package is making the transition a lot smoother for me.
I'd luv to be able to compile Rmd files as well. The following works on mac as a 'build-system'. Issue is it opens a new tab/browser each time you recompile. Is this still something you are working on?
We're still working on it although not actively since everything works as is. I'll test this out locally before incorporating it. Also feel free to submit this as a pull request.
Great tool! Thanks for creating this. I am a long-time macvim user just moving over to SE2. Your Rtools package is making the transition a lot smoother for me.
I'd luv to be able to compile Rmd files as well. The following works on mac as a 'build-system'. Issue is it opens a new tab/browser each time you recompile. Is this still something you are working on?
"cmd": ["osascript", "-e", "tell app "R64" to cmd "file <- '$file'; knit2html(file); browseURL(sub('.Rmd','.html',basename(file)))"\n"]
The text was updated successfully, but these errors were encountered: