daattali / ggExtra

📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements
http://daattali.com/shiny/ggExtra-ggMarginal-demo/
Other
380 stars 48 forks source link

Installation to R 3.6 failed - probably due to typo ‘httpuv’ #150

Closed Sim19 closed 4 years ago

Sim19 commented 4 years ago

Installing ggExtra via install.packges('ggExtra') or via devtools::install_github("daattali/ggExtra") fails in R 3.6:

ERROR: failed to lock directory ‘/home/sim1/R/x86_64-pc-linux-gnu-library/3.6’ for modifying Try removing ‘/home/sim1/R/x86_64-pc-linux-gnu-library/3.6/00LOCK-httpuv’ Error: Failed to install 'ggExtra' from GitHub: (converted from warning) installation of package ‘httpuv’ had non-zero exit status

Sim19 commented 4 years ago

httpuv doesn't remove folders from unseccussful installations. Removing of httpuv and 00LOCK-httpuv and re-installing worked fine for me