float
float copied to clipboard
Fix issues with omp+clang13
According to Prof. Ripley, the upcoming clang13 has issues compiling packages which include <omp.h> after some R headers such as <Rincludes.h> (which is part of <R.h>).
This PR should fix the issue. It's still on time for keeping the package safely on CRAN.