fastmatch icon indicating copy to clipboard operation
fastmatch copied to clipboard

WebR issue: unable to load shared object

Open isbool opened this issue 8 months ago • 1 comments

Hey, im trying to use a custom compiled version of phangorn in webR and i get the following error:

An error occurred: package or namespace load failed for ‘phangorn’ in dyn.load(file, DLLpath = DLLpath, ...): webr.js?v=2d081c24:2588 unable to load shared object '/usr/lib/R/library/fastmatch/libs/fastmatch.so': webr.js?v=2d081c24:2588 Could not load dynamic lib: /usr/lib/R/library/fastmatch/libs/fastmatch.so webr.js?v=2d081c24:2588 LinkError: WebAssembly.Instance(): Import #28 "env" "R_registerRoutines": imported function does not match the expected type

isbool avatar Jun 23 '24 15:06 isbool