Entering edit mode
Hi,
I am trying to load ChemmineOB and running into a series of problems. I have installed Open Babel through Conda and installed the ChemmineOB package using the following code:
> if (!require("BiocManager", quietly = TRUE))
+ install.packages("BiocManager")
> BiocManager::install("ChemmineOB", force = TRUE)
This seems to load fine. However, when I then try to run in RStudio:
>library("ChemmineOB")
I get the following error:
Error: package or namespace load failed for ‘ChemmineOB’ in runHook(".onLoad", env, package.lib, package):
lazy-load database '/Library/Frameworks/R.framework/Versions/4.2/Resources/library/ChemmineOB/R/ChemmineOB.rdb' is corrupt
In addition: Warning message:
In runHook(".onLoad", env, package.lib, package) :
internal error -3 in R_decompress1
Any help would be appreciated!
Thanks! Julie Valastyan