I try to call this:
iMac-O:AppDirectory ME$ Rscript -e 'shiny:runApp( launch.browser=TRUE)'
Answer:
dyld: Library not loaded: /usr/local/lib/gcc/x86_64-apple-darwin13.2.0/4.8.3/libgfortran.3.dylib
Referenced from: /usr/local/Cellar/r/3.1.1/R.framework/Versions/3.1/Resources/lib/libR.dylib
Reason: image not found
Trace/BPT trap: 5
In dir lib/gcc/x86_64-apple-darwin13.2.0/
.
there is version "4.9.1" not "4.8.3". What could I do to do the "right call"?