CoolProp on RStudio Cloud

Hi I tried to load in RStudio Cloud a library I use with RStudio
I uploaded the both .dll and .so extension files but this happens:

dyn.load(paste("CoolProp", .Platform$dynlib.ext, sep=""))
Error in dyn.load(paste("CoolProp", .Platform$dynlib.ext, sep = "")) :
unable to load shared object '/cloud/project/CoolProp.so':
/cloud/project/CoolProp.so: invalid ELF header

Any suggestion?

Thanks

Hello,

Unfortunately, the approach you used likely not to work because of incompatibilities in platform, dependencies, etc.

-Omar
RStudio cloud team

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.