OS X Mavericks与R的兼容性

时间:2022-09-03 20:09:27

I just upgraded to OS X Mavericks. I'm having errors that are causing R to crash: (using R version 3.0.1):

我刚升级到OS X Mavericks。我遇到导致R崩溃的错误:(使用R版本3.0.1):

Error in by.default(G1$Y, G1$Subject, mean) : 
  'names' attribute [1] must be the same length as the vector [0]

 *** caught segfault ***
address 0x7c0, 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

Any one facing this issue?

任何人都面临这个问题?

1 个解决方案

#1


4  

I just resolved this issue by upgrading R version to 3.0.2. It looks like Mavericks memory optimization causes serious crashing with R version prior to 3.0.2. So try to upgrade it and report back if you still have the same issue.

我刚刚将R版本升级到3.0.2解决了这个问题。看起来Mavericks内存优化会导致3.0版之前的R版本严重崩溃。因此,如果您仍然遇到相同问题,请尝试升级并报告。

#1


4  

I just resolved this issue by upgrading R version to 3.0.2. It looks like Mavericks memory optimization causes serious crashing with R version prior to 3.0.2. So try to upgrade it and report back if you still have the same issue.

我刚刚将R版本升级到3.0.2解决了这个问题。看起来Mavericks内存优化会导致3.0版之前的R版本严重崩溃。因此,如果您仍然遇到相同问题,请尝试升级并报告。