SPORF icon indicating copy to clipboard operation
SPORF copied to clipboard

Can't install dev version of R-RerF on Mac

Open tyler-tomita opened this issue 5 years ago • 2 comments

I followed the steps exactly from the README. This is what I get:

** testing if installed package can be loaded
Error: package or namespace load failed for ‘rerf’ in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/usr/local/lib/R/3.5/site-library/rerf/libs/rerf.so':
  dlopen(/usr/local/lib/R/3.5/site-library/rerf/libs/rerf.so, 6): Symbol not found: ___kmpc_for_static_fini
  Referenced from: /usr/local/lib/R/3.5/site-library/rerf/libs/rerf.so
  Expected in: flat namespace
 in /usr/local/lib/R/3.5/site-library/rerf/libs/rerf.so
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/usr/local/lib/R/3.5/site-library/rerf’

tyler-tomita avatar May 02 '19 05:05 tyler-tomita

Before you run Rscript -e "install.packages('./', type = 'source', repos = NULL)", try running Rscript -e "Rcpp::compileAttributes()"

MrAE avatar May 02 '19 18:05 MrAE

Was this resolved?

falkben avatar Jun 06 '19 20:06 falkben