Closed yaccos closed 1 week ago
Thanks. It looks like you introduced CRLF newlines to a few of the files you edited;
+#include <Rinternals.h> /* R_xlen_t, ... */^M
+#include <Rversion.h> /* R_VERSION, R_Version() */^M
Can you please remove those, i.e. replace them with LF newlines? I think this is also why the diff rendered reports the files as changed (https://github.com/HenrikBengtsson/matrixStats/pull/272/commits/51246bc92f5bbe472766af127339c3714be67508)
I am sorry about the newline corruption, it should be fixed now. Turns out that it is a good idea to set up git to automatically convert line endings on commit.
Thanks!
This PR aims to resolve issue #271. The following changes have been made:
Calloc
andFree
have been removed. All occurences of the functions have been replaced by their modern counterparts.R_XLEN_T_MAX
has been removed as R >= 3.0.0 already includes this.000.types.h
now explicitly includesfloat.h
as this is needed to compile withSTRICT_R_HEADERS
on R versions prior to 4.5.0.