Advertisement
paulgureghian

Stringi

Sep 3rd, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. > install.packages("stringi")
  2.  
  3. There is a binary version available but the source version is later:
  4. binary source needs_compilation
  5. stringi 1.1.7 1.2.4 TRUE
  6.  
  7. Binaries will be installed
  8. trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/stringi_1.1.7.zip'
  9. Content type 'application/zip' length 14368013 bytes (13.7 MB)
  10. downloaded 13.7 MB
  11.  
  12. package ‘stringi’ successfully unpacked and MD5 sums checked
  13.  
  14. The downloaded binary packages are in
  15. C:\Users\Paul\AppData\Local\Temp\Rtmpe8XQHS\downloaded_packages
  16. > sessionInfo()
  17. R version 3.5.1 (2018-07-02)
  18. Platform: x86_64-w64-mingw32/x64 (64-bit)
  19. Running under: Windows 7 x64 (build 7601) Service Pack 1
  20.  
  21. Matrix products: default
  22.  
  23. locale:
  24. [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
  25. [4] LC_NUMERIC=C LC_TIME=English_United States.1252
  26.  
  27. attached base packages:
  28. [1] stats graphics grDevices utils datasets methods base
  29.  
  30. loaded via a namespace (and not attached):
  31. [1] compiler_3.5.1 tools_3.5.1 yaml_2.2.0
  32. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement