Matthew
Matthew
Which build instructions are you following? Are you trying to build with visual studio? mingw? cygwin?
I was googling around and found what I believe it to be possibly related to [this](https://lkml.org/lkml/2014/7/23/850) debian [issue](https://unix.stackexchange.com/questions/178949/why-does-dd-from-dev-urandom-stops-early). The line throwing the error is around src/urandom.cpp:114 where it checks the...
You'll have to also change the full.names and include.dirs options to zipr to TRUE. help(zip::zipr) says... > For ‘zipr’ (and ‘zipr_append’), each specified file or directory in files is created...
Furthermore, it affects reading the file after it's saved... Yeah, this pull request ain't working out for me on Ubuntu 18.04.1, LibreOffice Calc, and > platform x86_64-pc-linux-gnu version.string R version...
I think it was a multitude of things. Like, when looking at the underlying xml that gets zipped up into an xlsx, my sheet1.xml had a tag with an attribute...
> tools.build:cxxflags+=["/winsdkdir /opt/win-sdk/sdk /vctoolsdir /opt/win-sdk/crt"], I am wondering if they are properly propagated to the linker, hence leading to the issue they aren't since `LINK Pass 1: command "/usr/bin/lld-link-16 /nologo...
Have you considered using a tool like [Paragon](https://www.calculated.gg/) instead?
I don't know why the fix was reverted in this [pull](https://github.com/hallettj/git-format-staged/pull/94), but the code here solved my similar issue.