vqv / ggbiplot

A biplot based on ggplot2
302 stars 159 forks source link

Unable to install ggbiplot on R 3.6.1 #60

Open BurinkiWU opened 4 years ago

BurinkiWU commented 4 years ago

The warning and fault were attached following:

install_github("vqv/ggbiplot", force = T) Enter one or more numbers, or an empty line to skip updates: 1 tibble (2.1.3 -> 3.0.0) [CRAN] Installing 1 packages: tibble Installing package into ‘\a00519.science.domain/jhg223/Documents/R/win-library/3.6’ (as ‘lib’ is unspecified)

There is a binary version available but the source version is later: binary source needs_compilation tibble 2.1.3 3.0.0 TRUE

Binaries will be installed Error: Failed to install 'ggbiplot' from GitHub: (converted from warning) package ‘tibble’ is in use and will not be installed

a-toml commented 4 years ago

I'm having a similar issue. `> library(devtools) Loading required package: usethis Warning message: package ‘usethis’ was built under R version 3.6.3

install_github("vqv/ggbiplot") Downloading GitHub repo vqv/ggbiplot@master √ checking for file 'C:\Users\AppData\Local\Temp\RtmpQrxPhy\remotes368c4eaf99d\vqv-ggbiplot-7325e88/DESCRIPTION'

  • preparing 'ggbiplot': √ checking DESCRIPTION meta-information ...
  • checking for LF line-endings in source and make files and shell scripts
  • checking for empty or unneeded directories
  • looking to see if a 'data/datalist' file should be added
  • building 'ggbiplot_0.55.tar.gz'

Installing package into ‘C:/R folders/Library’ (as ‘lib’ is unspecified)

BenediktBeuttler commented 4 years ago

I had the same error "...had non-zero exit status". Updating to R 3.6.3 fixed the issue for me.