vqv / ggbiplot

A biplot based on ggplot2
302 stars 159 forks source link

ERROR: dependency 'scales' is not available for package 'ggbiplot' #34

Open Alex91190 opened 7 years ago

Alex91190 commented 7 years ago

Hey, I am trying to install ggbiplot on R x64 3.3.1 on windows 7 using the R command: library(devtools) install_github("vqv/ggbiplot") Downloading GitHub repo vqv/ggbiplot@master from URL https://api.github.com/repos/vqv/ggbiplot/zipball/master Installing ggbiplot Installing 1 package: scales Installing package into ‘C:/Users/admin/Documents/R/win-library/3.3’ (as ‘lib’ is unspecified) essai de l'URL 'https://cran.univ-paris1.fr/bin/windows/contrib/3.3/scales_0.4.1.zip' Content type 'application/zip' length 670692 bytes (654 KB) downloaded 654 KB

package ‘scales’ successfully unpacked and MD5 sums checked Warning: cannot remove prior installation of package ‘scales’

The downloaded binary packages are in C:\Users\admin\AppData\Local\Temp\RtmpQXIjyl\downloaded_packages "C:/PROGRA~1/R/R-33~1.1/bin/x64/R" --no-site-file --no-environ --no-save \ --no-restore --quiet CMD INSTALL \ "C:/Users/admin/AppData/Local/Temp/RtmpQXIjyl/devtools1b68206338e1/vqv-ggbiplot-7325e88" \ --library="C:/Users/admin/Documents/R/win-library/3.3" --install-tests

ERROR: dependency 'scales' is not available for package 'ggbiplot'

I also tried install_github("ggbiplot","vqv")

ginolhac commented 7 years ago

did you try to install/update scales on its own?