gpt4 book ai didi

r - 初始化 R-Box 以将代码发送到 REPL

转载 作者:行者123 更新时间:2023-12-04 10:11:00 25 4
gpt4 key购买 nike

我正在尝试设置 SublimeText (Windows) 以将 R 代码发送到打开的 R REPL 但失败了。我知道 R-Box 的初始化有些正确,因为我可以将代码发送到默认的 R 控制台。

问题是:如何设置配置文件以使用 [CTRL] + [Enter] 将 R 代码发送到 repl

我假设这是我对包设置的疏忽,但我找不到任何关于发送到 REPL 的初始设置的说明。我已经尝试过的(下面)是从我在堆栈和网络上找到的其他配置文件放在一起的。

这是我的配置文件:

{
// TRIED THIS
// "prog" : "SublimeREPL",

// TRIED THIS
// "App" : "SublimeREPL",

// path to Rgui.exe (for windows only)
"R64" : "C:\\Program Files\\R\\R-3.2.3\\bin\\x64\\Rgui.exe",

// path to Rscript binary
// "rscript": "/usr/local/bin/rscript",

// auto advance to the next line.
"auto_advance" : true,

// auto advance to the next non-empty line. Override to false if "auto_advance" is false.
"auto_advance_non_empty": false,

// enable auto completions
"auto_completions": true,

// enable status bar hint
"status_bar_hint": true
}

我也试过[CTRL] + [Shift] + [p], R-Box:Choose Program, SublimeREPL

编辑 1:

GUI 方法也失败了 Tools > SublimeREPL > Eval in REPL > Selection

Python 的快捷键和 GUI 方法也失败

最佳答案

我设法通过将 SendTextPlus 包的用户设置更改为:

    {
"prog": "SublimeREPL",
}

似乎您必须在 SendTextPlus 包设置而不是 R-Box 包中更改它的原因是发送代码功能已导出到最新版本的 SendTextPlus。希望这会有所帮助。

供引用:https://raw.githubusercontent.com/randy3k/R-Box/master/README.md

关于r - 初始化 R-Box 以将代码发送到 REPL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35067863/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com