|
你好,我安装失败,请大神赐教,
具体是这样的R3.4.3,r安装在C:\Program Files\RStudio\bin,Java安装在C:\Program Files (x86)\Java,安装后出现了以下
> install.packages("rJava")
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/rJava_0.9-9.zip'
Content type 'application/zip' length 720033 bytes (703 KB)
downloaded 703 KB
package ‘rJava’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\Administrator\AppData\Local\Temp\RtmpYzabq0\downloaded_packages
> install.packages("xlsx")
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/xlsx_0.5.7.zip'
Content type 'application/zip' length 401236 bytes (391 KB)
downloaded 391 KB
package ‘xlsx’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\Administrator\AppData\Local\Temp\RtmpYzabq0\downloaded_packages
>
好像是安装包的位置不一样,麻烦看一下
|