So I'm trying to implement some R script that you can see here. I'm using R 3.2.3 on Mac OS 10.10.5.
But an error is stopping me, and it involves a part of the library I'm not familiar with. The problem comes up when I try and load MonetDBLite with the following line:
> library(MonetDBLite)
At that point, I get a long error, but the gist of it is this:
Reason: Incompatible library version: libmonetdb5.so
requires version 8.0.0 or later, but liblzma.5.dylib
provides version 6.0.0
I tried updating the whole Mac OS system, but that didn't do it. Am I supposed to update liblzma? Any other ideas?