vqv / ggbiplot

A biplot based on ggplot2
302 stars 159 forks source link

Error during installation of ggbiplot #67

Open Jacktpk opened 3 years ago

Jacktpk commented 3 years ago

I have followed the instructions:

_library(devtools) installgithub("vqv/ggbiplot")

and I have this error

Error: Failed to install 'ggbiplot' from GitHub: (converted from warning) cannot remove prior installation of package ‘testthat’

Can someone help me please?

burch-cm commented 2 years ago

I was also getting the same error on attempted install with {devtools}. The error message mentioned a DLL it couldn't find, and I manually installed that package ( with install.packages() ). I had to install {fansi}, {utf8}, {Rcpp}, and {plyr}. After that, it finally installed for me.