tpoorten / dotPlotly

Generate an interactive dot plot from mummer or minimap alignments
MIT License
188 stars 52 forks source link

library won't load #22

Open rmormando opened 1 year ago

rmormando commented 1 year ago

Hi I have a silly question when I go to run my command:

./pafCoordsDotPlotly.R -i /Volumes/MyPassport/mapping_s288c/alignments/sample.paf -o /Volumes/MyPassport/mapping/alignments/ -s -t -m 500 -l

It gives this error message:

1: package ‘methods’ was built under R version 4.3.0
2: package ‘utils’ was built under R version 4.3.0
3: package ‘grDevices’ was built under R version 4.3.0
4: package ‘graphics’ was built under R version 4.3.0
5: package ‘stats’ was built under R version 4.3.0
Warning message:
package ‘optparse’ was built under R version 4.3.0
Error: package or namespace load failed for ‘ggplot2’ in library.dynam(lib, package, package.lib):
 shared object ‘rlang.dylib’ not found
In addition: Warning message:
package ‘ggplot2’ was built under R version 4.3.0
Execution halted

I'm pretty sure it has something to do with the path the libraries are in? But I'm not sure what's wrong with it now so if anyone knows a quick work around that would be great!