Ivan Azarov
Results
2
comments of
Ivan Azarov
I had a problems with installation too!
Very strange: now it works after R restarting! (R 3.5.2) And after manual 'scales' instalation... ``` library(openxlsx) library(reshape2) library(plyr) library(scales) library(ggplot2) library(devtools) library(grid) ####################################### Works install_github("vqv/ggbiplot") library(ggbiplot) ```