Roary icon indicating copy to clipboard operation
Roary copied to clipboard

error message (ggplot)

Open darwinbandoy opened this issue 4 years ago • 1 comments

Hi, I ran roary in a macOS catalina and encountered this error:

Use of uninitialized value in require at /Users/drbandoy/miniconda3/envs/roary/lib/site_perl/5.26.2/darwin-thread-multi-2level/Encode.pm line 61. Error in library(ggplot2) : there is no package called ‘ggplot2’ Execution halted

darwinbandoy avatar Jan 09 '20 06:01 darwinbandoy

Try installing ggplot2 using one of the following commands (link) and see if it solves the error message:

conda install -c conda-forge r-ggplot2 
conda install -c conda-forge/label/gcc7 r-ggplot2 
conda install -c conda-forge/label/cf201901 r-ggplot2 
conda install -c conda-forge/label/cf202003 r-ggplot2

maesaar avatar Apr 04 '20 05:04 maesaar