bioFAM / MOFA

Multi-Omics Factor Analysis
GNU Lesser General Public License v3.0
231 stars 57 forks source link

Trouble Installing MOFA in R #29

Closed AmyLei96 closed 5 years ago

AmyLei96 commented 5 years ago

Hello,

I am receiving the following errors when installing MOFA (MOFAdata was fine):

Warning: no function found corresponding to methods exports from ‘GenomicRanges’ for: ‘concatenateObjects’ Warning: replacing previous import ‘BiocGenerics::dims’ by ‘Biobase::dims’ when loading ‘SummarizedExperiment’ Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace ‘rhdf5’ 2.24.0 is being loaded, but >= 2.27.11 is required ERROR: lazy loading failed for package ‘MOFA’

rargelaguet commented 5 years ago

It is an error due to outdated dependencies. From the error message I would bet that you need to update the rhdf5 package: namespace ‘rhdf5’ 2.24.0 is being loaded, but >= 2.27.11 is required

rargelaguet commented 5 years ago

I have updated the rhdf5 version requirements, now it should work. Can you try again?

AmyLei96 commented 5 years ago

I had updated the rhdf5 package before and it still didn't work, but after your updating the version requirements, it works. Thank you!

rargelaguet commented 5 years ago

Great, I think there has been a mistake on the last commit which I now reversed. Apologies!