Sublime Forum

SendCode not working

#1

Hi everyone,

So I am new in sublimetext and I work on R. I manage to install package control, SendText, SendCode, R-box and REPL.
When I lunch REPL R its work, but when I create a new window for R script and configure it:

  1. cmd+shift+P Set Syntax: R Extended
  2. cmd+shift+P SendText+: Choose Program
    The code cannot be send it to the REPL R consol. I try several solution found in the web but nothing is working. I also try to link SendCode with my Rstudio but is not working nether.

My REPL user setting is the following:

{
"default_extend_env": {"PATH": "{PATH};C:\\Program Files\\R\\R-3.4.3\\bin\\x64"},
"show_transferred_text": true
}

My SendCode user setting is the following:

{
"prog": "sublimerepl",
"r":
{
	"prog": "sublimerepl"
}
}

My R-boxuser setting is the following:

{
// path to Rgui.exe
"R64": "C:\\Program Files\\R\\R-3.4.3\\bin\\x64"
}

Thanks for your help

0 Likes

#2
  1. cmd+shift+P SendText+: Choose Program

just an idea, not sure though… you mentioned that you installed SendText and SendCode, but I think that’s redundant and maybe causing a conflict? you want just SendCode, and then SendCode: Choose Program.

0 Likes

#3

Hi,

Thank you for your suggestion, unfortunately I try do uninstall all the package and now control package does not manage to install any package… I am creating a new post to solve this issue first.

Thanks

0 Likes