每当我关闭R中的data.entry编辑器时,R都会遇到“抓住段错误”。
只是一个简单的例子:
> x<-c(1,2)
> x
[1] 1 2
> data.entry(x)
*** caught segfault ***
address 0x7fff00010db0, cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
我正在使用Mac OSX 10.10.5和R版本3.2.2。任何帮助将受到高度赞赏。感谢。