Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OS X Mavericks compatibility with R

I just upgraded to OS X Mavericks. I'm having errors that are causing R to crash: (using R version 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?

like image 393
user2912115 Avatar asked Oct 03 '22 15:10

user2912115


1 Answers

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.

like image 174
Blaszard Avatar answered Oct 13 '22 12:10

Blaszard