grimbough / rhdf5

Package providing an interface between HDF5 and R
http://bioconductor.org/packages/rhdf5
61 stars 22 forks source link

"rhdf5filters.so’ not found when install 'rhdf5' package in R 4.2.2 #133

Closed muyixu closed 10 months ago

muyixu commented 10 months ago

When I install the package 'rhdf5', error occurs like this: image How to solve this problem?

grimbough commented 10 months ago

Have you tried re-installling rhdf5filters? This should install both packages:

BiocManager::install(c("rhdf5filters", "rhdf5"), force = TRUE)
muyixu commented 10 months ago

It works!! Thank you for your help!

grimbough commented 10 months ago

Great, thanks for reporting back!