Execute the following in a terminal window:
locate libXft.2.dylib
or do it from an R console:
system("locate libXft.2.dylib")
On my Yosemite install it's in /opt/X11/lib/libXft.2.dylib
.
If your setup is similar, then:
sudo ln -s /opt/X11 /usr/X11
should help fix this temporarily, but I'd keep looking for a Yosemite R package (since that will accommodate all the changes Apple made to the filesystem structure).
Of note: On my work Mac (Mavericks) this symlink is already there.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…