user2205916
user2205916

Reputation: 3456

How to send code to SublimeREPL in Sublime Text 3?

I am using LaTeXing, SublimeREPL, and R-Box to work with .Rnw files so I can have LaTeX with R code chunks. However, when I try to go to "Tools->SublimeREPL->Eval in REPL->Line" I get the following error.

Cannot find REPL for 'tex.latex.knitr.ing'

I've tried Googling for an answer but couldn't find a relevant solution that worked.

Upvotes: 2

Views: 1289

Answers (1)

Joe Hoover
Joe Hoover

Reputation: 33

I believe the answer to your question is provided here and here.

Quoted from the first link:

Just in case someone has the same problem: this file has to be edited:

~/.config/sublime-text-3/Packages/SublimeREPL/config/R/Main.sublime-menu

and the aditional scope has to be modified in this way:: "additional_scopes": ["tex.latex.knitr.ing"]

Upvotes: 1

Related Questions