ggbiplot
ggbiplot copied to clipboard
Error during installation
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
+1
+1 How to deal with it?
+1
Is this issue fixed? Any comment from contributors? Thanks.
Same for me - no detectable error message Master branch installs fine
+1
at me this fork installs without error: https://github.com/vangalamaheshh/ggbiplot
The experimental repo which is working is this one:
devtools::install_github("richardjtelford/ggbiplot", ref = "experimental")
thanks to @richardjtelford.