install.packages - failure to install R package after upgrade my MacOS to Yosemite -



install.packages - failure to install R package after upgrade my MacOS to Yosemite -

this question has reply here:

error “.onload failed in loadnamespace() 'tcltk'” 3 answers

i upgrade macos yosemite , have r problems kinds of packages.

$ devtools::install_github("dvanclev/gtrendsr")

downloading github repo dvanclev/gtrendsr@master installing gtrendsr installing dependencies gtrendsr: googlevis --- please select cran mirror utilize in session --- error: .onload failed in loadnamespace() 'tcltk', details: call: dyn.load(file, dllpath = dllpath, ...) error: unable load shared object '/library/frameworks/r.framework/versions/3.1/resources/library/tcltk/libs/tcltk.so': dlopen(/library/frameworks/r.framework/versions/3.1/resources/library/tcltk/libs/tcltk.so, 10): library not loaded: /usr/x11/lib/libxft.2.dylib referenced from: /usr/local/lib/libtk8.6.dylib reason: image not found

does 1 can give me thought how prepare problem? give thanks you!

there possibility running version of r not compatible bundle trying install. need update r bundle work.

make sure mac os x scheme up-to-date running software update "apple" menu @ top-left of screen.

install r here: http://rweb.quant.ku.edu/cran/bin/macosx/r-3.1.3-mavericks.pkg

then in terminal seek install package:devtools::install_github("dvanclev/gtrendsr")

r install.packages

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -