install.packages - Unable to install xlsx package on R version 3.1.3 -


when run install.packages("xlsx") this:

installing package ‘c:/users/zahra/documents/r/win-library/3.1’ (as ‘lib’ unspecified) warning: unable access index repository https://rweb.quant.ku.edu/cran/bin/windows/contrib/3.1 warning: unable access index repository http://www.rforge.net/bin/windows/contrib/3.1 warning message: package ‘xlsx’ not available (as binary package r version 3.1.3)

i tried setrepositories , couple of more things no luck! appreciate comments

i found own answer! figured problem installing packages, required package "rjava" couldn't loaded. reason fact using 64-bit os , r version not have java installed same architecture.i downloaded java 64-bit(windows offline (64-bit)) page: https://www.java.com/en/download/manual.jsp after reloaded xlsx package , worked


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -