Fare in modo che Homebrew e R.app vivano felici insieme

1

Ho appena effettuato l'upgrade a Mavericks (10.9.2) e dopo anni di utilizzo di MacPorts ho deciso di utilizzare Homebrew . Ho installato con successo Homebrew, ma faccio spettacoli medici:

brew doctor
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected dylibs:
    /usr/local/lib/libtcl8.6.dylib
    /usr/local/lib/libtk8.6.dylib

Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected .pc files:
    /usr/local/lib/pkgconfig/tcl.pc
    /usr/local/lib/pkgconfig/tk.pc

Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected static libraries:
   /usr/local/lib/libtclstub8.6.a
   /usr/local/lib/libtkstub8.6.a

Tutto questo materiale proviene da R.app, dal sito web specifico di OSX . Ora, preferisco usare la R.app standard piuttosto che la versione Homebrew (per una serie di motivi personali). Posso ignorare tranquillamente questi avvertimenti o ci sarà un problema?

    
posta user1256923 27.02.2014 - 21:57
fonte

1 risposta

2

Puoi installare R con hombrew in modo da evitare conflitti.

brew tap homebrew/science
brew install gfortran r
    
risposta data 20.10.2014 - 13:18
fonte

Leggi altre domande sui tag