vqv / ggbiplot

A biplot based on ggplot2
302 stars 158 forks source link

Error during installation #29

Open bdemeshev opened 8 years ago

bdemeshev commented 8 years ago

I try to install with the command: devtools::install_github("vqv/ggbiplot", ref = "experimental").

I get the error:

\ preparing package for lazy loading Error in eval(expr, envir, enclos) : could not find function "eval" Error : unable to load R code in package ‘ggbiplot’ ERROR: lazy loading failed for package ‘ggbiplot’

R 3.2.4, ggplot 2.1.0

ginolhac commented 8 years ago

+1

eileenren commented 8 years ago

+1 How to deal with it?

moelzek commented 8 years ago

+1

vangalamaheshh commented 8 years ago

Is this issue fixed? Any comment from contributors? Thanks.

stainesa commented 8 years ago

Same for me - no detectable error message Master branch installs fine

deeenes commented 7 years ago

+1

deeenes commented 7 years ago

at me this fork installs without error: https://github.com/vangalamaheshh/ggbiplot

alecuba16 commented 7 years ago

The experimental repo which is working is this one:

devtools::install_github("richardjtelford/ggbiplot", ref = "experimental")

thanks to @richardjtelford.