How to run R Code in R Markdown file in SublimeREPL?
问题 I would like to test code parts in my R Markdown code without leaving Sublime Text. For instance: Multiplying the grades with two solves the unreliability problem: ```{r} chisq.test(2*grades) ``` In the above example, I would like to select the line that has the code "chisq.test(2*grades)", press my key combination, and have it ran in SublimeREPL as R code. However, when I try this, I get the following error from SublimeREPL: Cannot find REPL for 'HTML.markdown.rmarkdown' When I change the