问题标签 [rterm]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - R.exe、Rcmd.exe、Rscript.exe 和 Rterm.exe:有什么区别?
我正在为不同的 R 可执行文件而苦苦挣扎。在批处理文件中运行命令行时,R.exe(带或不带 CMD BATCH 选项)、Rcmd.exe、Rscript.exe 和 Rterm.exe 有什么区别?
和有什么区别:
和
输出没有区别。
我在 3079 页的 R 参考手册中找不到任何关于 Rcmd.exe 和 Rscript.exe 的信息。
顺便说一句:我正在使用 Windows。
memory - 从 rterm 和 eclipse 运行 R 脚本会出现内存不足错误
当我从 eclipse statET 运行 R 脚本时,出现内存不足错误。但是,我在控制台中运行脚本没有问题。是因为 Eclipse 在 R 进程之上放置了一个内存限制层吗?如果是这样,其他 R GUI 会不会有同样的问题,比如 RStudio/JGR?
编辑:根据 gsk3 的建议
- 带有 R 2.12.1 的 32 位 windows-xp。
- 内存.limit = 2048。
我的问题是 Rterm 在内存使用方面是否优于其他 GUI,而不是如何解决内存不足的问题。
windows - getGraphicsEvent 用于读取非交互式会话的键盘
无论如何,在旧版本的 R 版本 2.9 中,我能够使用 rterm.exe 从批处理运行 R 程序并创建一个用户可以来回滚动并查看图形的图形窗口。我可以通过使用一些 R 代码来做到这一点,例如:
这使图形查看器保持打开状态,直到用户按下“q”键。在较新版本的 R 中,似乎因为这是从批处理启动的(使用 Rterm.exe 非交互式),所以键值始终为 NULL,图形窗口只是闪烁并关闭。我的问题是,是否有任何方法可以让 R 系统相信我正在运行一个准交互式会话并让 getGraphicsEvent 的行为不立即返回 NULL?
r - how to change line length on Rterm.exe
I am using R 2.15.2
on windows XP
.
I was used to use Rgui.exe
but it was lacking the UNIX standards I like to use like CTRL+R <=>backward research
and CTRL+U <=>erase line
...
If I missed something please tell me !
Then I tried Rterm.exe
(which looks identical to R.exe
to me) which has all those nice features. I found how to tune it right clicking on the top of the window to set height-width (it is like tuning the window you get from cmd.exe
).
The problem is that now I cannot see on the window more than 75
characters, with a $
at the end: like this:
R) ppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp$
Not sure if it is a R
option of a windows
one, but if I set options("width"=180)
I can see data.frame
on the full width of the window...
Not sure what is happening, can I modify this?
We still do not know the answer to that one, so I guess 50 pts goes to Oscar de León... good for him to bad for me...
r - 如何设置 Rgui.exe 进行向后搜索
如果您使用Rterm.exe
,一个不错的功能是:
CTRL+R :向后搜索意味着 CTRL+R+lib 将显示最后一个以 lib 开头的命令,如 library(Rcpp)
Rgui.exe
好像没有这个功能。我可以以某种方式添加它吗?我使用Windows 7
,并且更改不是一种选择。
r - 如何在 RTerm 中设置命令行参数(在获取 ar 文件后将它们与 CommandArgs 一起使用)
我想调试 RScripts。这些脚本使用 commandArgs() 函数来获取一些参数。我可以在运行“source(filexyz.r)”之前在 RTerm*-Session 中更改/设置这些参数吗?
如果那不可能,是否还有另一种调试 r 文件的可能性,而不更改脚本,但设置命令行参数?我知道我可以在变量资源管理器中设置一些变量,但据我所知,命令行参数不是其中的一部分!?我也知道我可以用'rscript filexyz.r arg1 arg2 ...'启动这个脚本,但是我不能调试这个会话。
如果有帮助:我将 VS2015 与 'R Tools for VS' 和 R-3.2.4revised 一起使用。
*'RTerm' 是每个交互式 R-shell 的占位符,例如 RTerm.exe、R.exe(调用 RTerm.exe)和 VisualStudio 中的交互式 shell(我认为是 Microsoft.R.Host.exe)和 R工作室。
r - 在不指定 R 文件的情况下调用 Rterm
我是 R 新手,并试图从 bat 文件中理解以下代码。根据我的阅读,要使用 Rterm,您需要指定一个带有 R 扩展名的输入文件,即 xyz.R。但是,即使没有指定 R 扩展,这些代码也可以正常运行。我在这里错过了什么吗?我也找不到任何具有代码中指定名称的文件,即 read-inbound-crop、read-inbound-weather、calculate-result 和 export-result。
keras - Zorro, R, keras 安装, rterm.exe
现在你终于可以安装 Keras,使用命令 devtools::install_github("rstudio/keras") - library('keras') - install_keras()。
在我按照上述行和手动(https://manual.zorro-project.com/deeplearning.htm)安装的任何先前行之后,最后我收到一条消息,说 devtools::install_github 中的错误("rstudio/keras") - library("keras") : RStudio 中二元运算符的非数字参数
错误的屏幕截图附在这篇文章中。
你能告诉我如何纠正这个吗?我尝试在 Zorro 的策略中运行深度学习脚本出错,
附上佐罗的屏幕截图。
顺便说一句,下面这行来自手册(https://manual.zorro-project.com/deeplearning.htm)
编辑 Zorro.ini 并在 PC 上输入 R 终端的路径,即“C:\Program Files\R\R-3.6.1\bin\x64\Rterm.exe”。
我在 zorro 安装中找不到 rterm.exe。我们如何解决这个问题?