girke-lab / signatureSearch

R/Bioconductor package including the Gene Expression Signature Search (GESS), Function Enrichment Analysis (FEA) methods and supporting drug-target network construction for visualization
17 stars 4 forks source link

Package loading failed for R 4.0.5 #7

Closed lizzyjoan closed 2 years ago

lizzyjoan commented 2 years ago

I'm getting this error while trying to load the package, using

R version 4.0.5 Patched (2021-03-31 r80136) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Big Sur 11.6

Error: package or namespace load failed for ‘signatureSearch’: object ‘get_fun_from_pkg’ is not exported by 'namespace:rvcheck'

image

yduan004 commented 2 years ago

Hi, the reason might be that the rvcheck package has been updated for R 4.1.0. Could you try to update R to 4.1.0 and re-install the package?

lizzyjoan commented 2 years ago

That worked, thank you!