Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up1.12.4 failed CRAN MacOS in fwrite.c zlib #3939
Comments
mattdowle
commented
Oct 4, 2019
•
|
We're passing OSX Travis ok #3941. So even if I had remembered to turn it back on, that wouldn't have caught it. Seems like a Initial thought is that it's for data.table to change so it works with all versions of I've emailed CRAN maintainers in case they know. @philippechataignon any inkling about |
|
I find this link about creation of ZLIB_CONST option in zlib 8 years ago. When ZLIB_CONST option is set, z_const = const ; otherwise it's empty. Found 3 commit in zlib git history:
In data.table case, I think we can remove z_const and only keep |