devtools - R library(qdap) installation error -


i having difficulty installing qdap library, see below:

i installed java library first, , qdap library: sys.setenv(java_home='c:\program files (x86)\java\jre7') library(rjava)

then devtools library:

    library(devtools)     install_github("trinker/qdapdictionaries")     install_github("trinker/qdapregex")     install_github("trinker/qdaptools")     install_github("trinker/qdap") 

the other installations before qdap go fine, @ qdap error generated:

install_github("trinker/qdap") downloading github repo trinker/qdap@master installing qdap skipping 3 packages ahead of cran: qdapdictionaries, qdapregex, qdaptools "c:/progra~1/r/r-32~1.1/bin/x64/r" --no-site-file --no-environ --no-save --no-restore \ cmd install \ "c:/users/seema/appdata/local/temp/rtmpmdvhcq/devtools101432a84788/trinker-qdap-85cbe87" \ --library="c:/users/seema/documents/r/win-library/3.2" --install-tests

  • installing source package 'qdap' ... ** r ** data *** moving datasets lazyload db ** inst ** tests ** preparing package lazy loading error occurred during initialization of vm unable load native library: can't find dependent libraries error: command failed (1)

what dependent libraries looking for? highly appreciated.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -