Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install ggbiplot on R 3.6.1 #60

Open
BurinkiWU opened this issue Apr 2, 2020 · 2 comments
Open

Unable to install ggbiplot on R 3.6.1 #60

BurinkiWU opened this issue Apr 2, 2020 · 2 comments

Comments

@BurinkiWU
Copy link

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
Copy link

a-toml commented Apr 12, 2020

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)

  • installing source package 'ggbiplot' ...
    ** using staged installation
    ** R
    ** data
    ** byte-compile and prepare package for lazy loading
    Error: (converted from warning) package 'ggplot2' was built under R version 3.6.3
    Execution halted
    ERROR: lazy loading failed for package 'ggbiplot'
  • removing 'C:/R folders/Library/ggbiplot'
    Error: Failed to install 'ggbiplot' from GitHub:
    (converted from warning) installation of package ‘C:/Users/AppData/Local/Temp/RtmpQrxPhy/file368c16b731bc/ggbiplot_0.55.tar.gz’ had non-zero exit status
    `

@BenediktBeuttler
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants