kaneplusplus / bigmemory

126 stars 24 forks source link

Session crash when using two versions of bigmemory. #65

Closed privefl closed 7 years ago

privefl commented 7 years ago

I have a package that depends on bigmemory. If I build it with one version of bigmemory, it is OK. Then if I rebuild another version of bigmemory (without rebuilding my package), my package makes the session crash when I use a function. Rebuilding the package with the current version of bigmemory solves the problem. If someone can tell why this happens, I am interested.

TL;DR: Each time you build another version of bigmemory, you may need to rebuild your packages that depends on bigmemory if it makes your session crash.