I get messages like this:
nf <- nFunction(
fun = function() {
x <- 3
})
writePackage(nf, pkgName = 'mytest')
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘mytest’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/tmp/Rtmpvj6V0L/Rinst1cb86e647bcb2d/00LOCK-mytest/00new/mytest/libs/mytest.so':
/tmp/Rtmpvj6V0L/Rinst1cb86e647bcb2d/00LOCK-mytest/00new/mytest/libs/mytest.so: undefined symbol: _ZN3tbb10interface58internal9task_base7destroyERNS_4taskE
Error: loading failed
@perrydv I will investigate further, but if you've run into anything like this before, throw a breadcrumb my way.
I get messages like this:
@perrydv I will investigate further, but if you've run into anything like this before, throw a breadcrumb my way.