IRC channel logs
2023-05-15.log
back to list of logs
<rekado>Our RStudio now displays this warning: ‘R graphics engine version 16 is not supported by this version of RStudio’ <rekado> Do you have a WIP for a newer version of RStudio? <civodul>in 'guix import cran', how often does 'needed-libraries-in-directory' guess things right? <civodul>i checked ggplot2 and it returns the empty list, for instance <PurpleSym>rekado: Last time I tried we were missing a newer boost version, but that was before the core-updates merge. <PurpleSym>I believe we also don’t have deno and therefore quarto. While not strictly required by RStudio the last time I checked, users have asked for that feature. <PurpleSym>I also believe it requires node even more than before, so we may get into trouble on that end too. <rekado>civodul: it should be pretty good. It sometimes guesses a few too many libraries because a Windows version of the Makefile might list more libraries. <rekado>PurpleSym: can we do without deno and quarto? <rekado>my primary goal is just to get plotting to work again <PurpleSym>rekado: Not sure. Been browsing the source code of the latest release, but they changed their CMakeList.txt’s quite a bit, so I can’t find the bit that depends on quarto. <PurpleSym>I guess we could always download a binary release of quarto and patch the ELF’s? <rekado>we can set QUARTO_ENABLED to OFF