我读过 How to set max ppsize in R? 我有同样的问题。我目前在Rstudio工作,我需要将max ppsize设置为更大的值。
这是我的方法:
> setwd("C:/Program Files/R/R-3.3.1/bin")
> R.exe --max-pp-size=500000
Error in R.exe - -max - pp - size = 5e+05 : object 'R.exe' not found
这是正确的方法吗?我不知道为什么我找不到R.exe。
答案 0 :(得分:1)
看起来,您正在将此代码写入R控制台。但是使用"命令行"通过搜索cmd
(例如this video for windows或this for mac OS X或this for Linux)来表示您在Windows下使用的内容。