RGLab / cytoUtils

Helper tools for cytometry
2 stars 1 forks source link

Error installing cytoUtils #3

Open wynstep opened 2 years ago

wynstep commented 2 years ago

Hello, I hope someone can provide support. I am trying to install cytoUtils using devtools and the command devtools::install_github("RGLab/cytoUtils") but I receive the following error message: `clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.2.0/lib/R/include" -DNDEBUG -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c cpPmden.cpp -o cpPmden.o In file included from cpPmden.cpp:23: ./faust.h:3:10: fatal error: 'cpp11.hpp' file not found

include

     ^~~~~~~~~~~

1 error generated. make: *** [cpPmden.o] Error 1 ERROR: compilation failed for package ‘cytoUtils’

it seems there is a missing file (cpp11.hpp) but I don't know how to solve it, could please someone help?

Many thanks

mikejiang commented 2 years ago

I pushed the patch, try again