Hi, I found this thread along with a few similar ones when I tried to get GC on Mac to run with R. I've never used R before but I installed the lastest stable ( 3.4.2 "Short Summer") and determined the home directory through the R Console as mentioned in another thread here:
>print(R.home())
[1] "/Library/Frameworks/R.framework/Resources"
This was the path I had put into GC after enabling R and finding that it would crash with or without the path specification.
This is a Macbook Pro Mid 2012 Retina running High Sierra (10.13.1)
When I start GC with --no-r it works normally, and I can then uncheck the Use R box and resume normal operations.
TBH I don't even know what R graphing will give me - I had intended to install it - enable it and explore what was different out of curiosity.
So I'm not sure where this is at - if it is a versioning issue with R, Mac OS or GC configuration somehow not playing nice, but I thought it worth posting my experience in case it helps anyone else noticing this.
(FTR) For anyone who finds this post and is stuck trying to get GC to run again after experimenting with R and getting crashes, to start GC without R so you can uncheck the box in prefs you just start it from the terminal command line with --args --no-r:
cd to /Applications then
$ open ./GoldenCheetah.app --args --no-r
There is a "not a bug" thread here:
"1604 crash on OSX, 4 May 2016"
Cheers,
Will