On Jun 26, 2013, at 12:42 PM, Vincent Philion wrote: > Hi! I had a working R installation before I got carried away and installed > the OSX „Maverick‰ developer preview. > > Now, any error in R results in a crash. > > ex: > >> 1+1 > [1] 2 > >> () > Error: unexpected ')' in "()" > > *** 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 > Selection: > > Help? >
Wait for a stable 10.9 ;) It's a DP after all. You can also build the GUI yourself for 10.9 - this works for me (10.9 DP2 + Xcode 5 DP2): svn co https://svn.r-project.org/R-packages/trunk/Mac-GUI cd Mac-GUI xcodebuild -configuration Debug open build/Debug/R.app Cheers, Simon > > Vincent Philion, agr., M.Sc. > Microbiologiste/Phytopathologiste (pomiculture) > > Institut de recherche et de développement en agro-environnement > Research and Development Institute for the Agri-Environment > > www.irda.qc.ca<http://www.irda.qc.ca> > > Centre de recherche > 335, chemin des Vingt-Cinq Est > Saint-Bruno-de-Montarville (Québec) J3V 0G7 > > [email protected]<mailto:[email protected]> > > Bureau: 450 653-7368 #350 > Cellulaire: 514-623-8275 > Skype: VENTURIA > Télécopie: 450 653-1927 > > Verger expérimental > 330, Rang des vingt-cinq Est > Saint-Bruno-de-Montarville (Québec) J3V 4P6 > Téléphone et télécopieur : 450 653-8375 > > Pour nous trouver, cliquer sur le lien: > Laboratoire<http://maps.google.ca/maps/place?cid=9609486867104665866&q=irda+pfi&hl=fr&sll=45.557814,-73.360476&sspn=8.87586,1.961403&ie=UTF8&ll=45.557814,-73.360476&spn=0,0&z=16> > Verger<http://maps.google.ca/maps/place?cid=11405391288824931904&q=verger+irda&hl=fr&sll=45.54961,-73.350585&sspn=0.012504,0.018389&ie=UTF8&ll=45.54961,-73.350585&spn=0,0&z=16> > > > > > [[alternative HTML version deleted]] > > _______________________________________________ > R-SIG-Mac mailing list > [email protected] > https://stat.ethz.ch/mailman/listinfo/r-sig-mac _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
