renjin
renjin copied to clipboard
zlib not available to packages
zlib is bundled with R and some packages like XVectors link against it.
We have two options here:
- Either compile the original zlibc source with GCC-Bridge
- Map the zlib API to Java's GZipInputStream/GZipOutputStream API
Neither of these sound particularly fun.
References:
zlibbioc is actually building now because it relies on system library for unix machines.