We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testthat
segfault
The fail of the Ubuntu setup is due to testthat failing in some test with segfault ☹️ https://github.com/furrer-lab/abn/actions/runs/9910471997/job/27380922315#step:18:80 which is not directly related to the installation process, but should be addressed anyways.
Originally posted by @j-i-l in #126 (comment)
The text was updated successfully, but these errors were encountered:
See also https://github.com/furrer-lab/abn/actions/runs/9914355193/job/27393273145#step:17:266 ff
Sorry, something went wrong.
Seems like ${CPPFLAGS}, ${PKG_CPPFLAGS} and ${PKG_LIBS} did not end up correctly in the configure file (see here: https://github.com/furrer-lab/abn/actions/runs/9910471997/job/27380922315#step:13:80). Maybe this has something to do with the above errors...
${CPPFLAGS}
${PKG_CPPFLAGS}
${PKG_LIBS}
configure
As far as I can tell the error occurs in forLoopContent and failing is the lme4::glmer call. (glmer is also mentioned in #62)
forLoopContent
lme4::glmer
glmer
matteodelucchi
Successfully merging a pull request may close this issue.
The fail of the Ubuntu setup is due to☹️ https://github.com/furrer-lab/abn/actions/runs/9910471997/job/27380922315#step:18:80 which is not directly related to the installation process, but should be addressed anyways.
testthat
failing in some test withsegfault
Originally posted by @j-i-l in #126 (comment)
The text was updated successfully, but these errors were encountered: