Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 1.19 KB | None | 0 0
  1. install.packages("tidyverse", dependencies = T)
  2. Installing package into ‘/home/user/R/x86_64-pc-linux-gnu-library/3.5
  3. (as ‘lib’ is unspecified)
  4. also installing the dependency ‘dbplyr’
  5.  
  6. trying URL 'https://cran.rstudio.com/src/contrib/dbplyr_1.2.1.tar.gz'
  7. Content type 'application/x-gzip' length 263615 bytes (257 KB)
  8. ==================================================
  9. downloaded 257 KB
  10.  
  11. trying URL 'https://cran.rstudio.com/src/contrib/tidyverse_1.2.1.tar.gz'
  12. Content type 'application/x-gzip' length 61647 bytes (60 KB)
  13. ==================================================
  14. downloaded 60 KB
  15.  
  16. ERROR: dependency ‘DBI’ is not available for package ‘dbplyr’
  17. * removing ‘/home/user/R/x86_64-pc-linux-gnu-library/3.5/dbplyr’
  18. Warning in install.packages :
  19.   installation of package ‘dbplyr’ had non-zero exit status
  20. ERROR: dependencies ‘dbplyr’, ‘rvest’, ‘xml2’ are not available for package ‘tidyverse’
  21. * removing ‘/home/user/R/x86_64-pc-linux-gnu-library/3.5/tidyverse’
  22. Warning in install.packages :
  23.   installation of package ‘tidyverse’ had non-zero exit status
  24.  
  25. The downloaded source packages are in
  26.     ‘/tmp/RtmpMnTGdI/downloaded_packages’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement