kevinblighe / EnhancedVolcano

Publication-ready volcano plots with enhanced colouring and labeling
399 stars 81 forks source link

Getting an error when installing EnhancedVolano pkg #64

Closed venuraherath closed 3 years ago

venuraherath commented 3 years ago

Hi Kevin,

When I try to install EnchancedVolcano, I get the following error at the end (all other dependencies install without any issue)

Error: Failed to install 'EnhancedVolcano' from GitHub:
  ERROR: failed to lock directory ‘C:\Users\venura\Documents\R\win-library\4.0’ for modifying
Try removing ‘C:\Users\venura\Documents\R\win-library\4.0/00LOCK’

Can you help me with this issue? I am using RStudio ver 1.3.1093 and R-4.0.3 Thanks.

kevinblighe commented 3 years ago

Hey, this means that some prior installation failed. You just need to delete the following directory, and it should work:

C:\Users\venura\Documents\R\win-library\4.0/00LOCK

Kevin