Entering edit mode
sprague
•
0
@sprague-14208
Last seen 7.1 years ago
After upgrading my MacOS (10.12.6) to RStudio 1.1 and then Microsoft R Open 3.4 (Sept release), my Phyloseq is having a problem with ade4
.
Although Phyloseq installs without complaining, I get this error when I try to load it:
>library(phyloseq)
Error: package or namespace load failed for 'phyloseq' in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Users/sprague/Library/R/3.4/library/ade4/libs/ade4.so': dlopen(/Users/sprague/Library/R/3.4/library/ade4/libs/ade4.so, 6): Library not loaded: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib Referenced from: /Users/sprague/Library/R/3.4/library/ade4/libs/ade4.so Reason: image not found
I've tried uninstalling/reinstalling ade4
as well as phyloseq
to no avail.
Any hints?