vqv / ggbiplot

A biplot based on ggplot2
302 stars 158 forks source link

Error in installation in R version 3.5.2 "Eggshell Igloo" #57

Open Shru-Tri opened 5 years ago

Shru-Tri commented 5 years ago

In R,

library(devtools) ##gives following error Error in library(devtools) : there is no package called ‘devtools’ How to fix it?

max-pilz commented 4 years ago

Try to install devtools by "install.packages(devtools)" before.