treemap 패키지 설치하기, wordcloud 패키지 임포트

CODEDRAGON Development/Big Data, R, ...

반응형


 

 

treemap 패키지 설치하기

> install.packages("treemap")
Installing package into ‘C:/Users/prons/Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
also installing the dependencies ‘httpuv’, ‘htmltools’, ‘sourcetools’, ‘data.table’, ‘shiny’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/httpuv_1.3.5.zip'
Content type 'application/zip' length 928813 bytes (907 KB)
downloaded 907 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/htmltools_0.3.6.zip'
Content type 'application/zip' length 618261 bytes (603 KB)
downloaded 603 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/sourcetools_0.1.6.zip'
Content type 'application/zip' length 527803 bytes (515 KB)
downloaded 515 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/data.table_1.10.4-3.zip'
Content type 'application/zip' length 1507500 bytes (1.4 MB)
downloaded 1.4 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/shiny_1.0.5.zip'
Content type 'application/zip' length 2831191 bytes (2.7 MB)
downloaded 2.7 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/treemap_2.4-2.zip'
Content type 'application/zip' length 173306 bytes (169 KB)
downloaded 169 KB

package httpuv successfully unpacked and MD5 sums checked
package ‘htmltools’ successfully unpacked and MD5 sums checked
package ‘sourcetools’ successfully unpacked and MD5 sums checked
package ‘data.table’ successfully unpacked and MD5 sums checked
package ‘shiny’ successfully unpacked and MD5 sums checked
package ‘treemap’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\Users\Public\Documents\ESTsoft\CreatorTemp\RtmpoVKdpE\downloaded_packages

>

 


 

 

wordcloud 패키지 임포트

> library(treemap)

>

 

 

 

반응형