1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
| R version 3.4.4 (2018-03-15) -- "Someone to Lean On"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)
> install.packages("xlsx",dep=TRUE)
Installing package into C:/Users/dondon/Documents/R/win-library/3.4
(as lib is unspecified)
also installing the dependencies rJava, xlsxjars
trying URL 'https://cran.univ-paris1.fr/bin/windows/contrib/3.4/rJava_0.9-9.zip'
Content type 'application/zip' length 720033 bytes (703 KB)
downloaded 703 KB
trying URL 'https://cran.univ-paris1.fr/bin/windows/contrib/3.4/xlsxjars_0.6.1.zip'
Content type 'application/zip' length 9485450 bytes (9.0 MB)
downloaded 9.0 MB
trying URL 'https://cran.univ-paris1.fr/bin/windows/contrib/3.4/xlsx_0.5.7.zip'
Content type 'application/zip' length 401236 bytes (391 KB)
downloaded 391 KB
package rJava successfully unpacked and MD5 sums checked
package xlsxjars successfully unpacked and MD5 sums checked
package xlsx successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\dondon\AppData\Local\Temp\RtmpSEahja\downloaded_packages
> library(xlsx)
Loading required package: rJava
Loading required package: xlsxjars |
Partager