Hi
I'm trying to use cpp11 with a fork of fixest (I need to use vendoring). I put a new branch at GitHub - pachadotdev/fixest at cpp11, then started committing step by step as cpp11's FAQ says, and I fixed all the errors one by one.
Now when I run devtools::install()
, the process fails, and now it doesn't say "I didn't like line 10 in means.cpp" or similar.
I'm looking for any help to be able to solve this problem. I listed my doubts at Issues · pachadotdev/fixest · GitHub.
The problem appears to be in this file just to show diff in quf.cpp by pachadotdev · Pull Request #8 · pachadotdev/fixest · GitHub
Update: I ended up refactoring all the code and doing a complete re-organization. At the present time I have a very specific error while trying to clone a matrix. Any ideas? The error is described here problem with meat's clone · Issue #10 · pachadotdev/fixest · GitHub