Duncan Garmonsway
Duncan Garmonsway
Thanks for reporting this. Apologies for this slow reply. I could reproduce it a few days ago, but it now works with the following `sessionInfo()`. If you reply with your...
Sorry, there's no separate roadmap document. Nevertheless, I did intend to provide those tables once someone needed it. Would it be sufficient for your purposes to have a separate table...
Hah, thanks! One is in the works.
I can't reproduce this error on my Linux device, or in Windows via GitHub Actions. The code that unzips the file is in https://github.com/nacnudus/tidyxl/blob/main/R/zip.R. Please could you try running similar...
Thanks @wdkrnls. I know next to nothing about compilers, so if you can help me with any of these questions then I could do this more quickly. 1. What is...
Thanks for replying. The piton package will hopefully be upgraded to the latest version of pegtl (which is the C library that it wraps). I'm going to wait until that...
@wdkrnls now that tidyxl and piton have been upgraded, please could you try building tidyxl? Thanks.
I wonder whether it would be as simple as putting `CC="gcc"` and `CXX="g++"` into `src/Makevars`. Would you be able to try that?
It turns out that packages can't override `CC` or `CXX` https://stackoverflow.com/a/49239581/937932. So I'll have to work out how to build and debug tidyxl with icc.
Very sorry but I never got around to hyperlinks in tidyxl. There's an old issue that was waiting for someone to need them. https://github.com/nacnudus/tidyxl/issues/42.