dotPlotly icon indicating copy to clipboard operation
dotPlotly copied to clipboard

library won't load

Open rmormando opened this issue 2 years ago • 0 comments

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!

rmormando avatar Jun 01 '23 15:06 rmormando