简体   繁体   中英

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM