IRC channel logs
2023-06-22.log
back to list of logs
<PurpleSym>Ah no, we cannot use esbuild, because it does not bundle css into the same JavaScript file, which RStudio depends on. <rekado>so then the upgrade is ready to merge? <PurpleSym>I want to make sure the desktop version works as well. <PurpleSym>And then I guess then we can merge the change to node-build-system (CI looks good) and the new RStudio. <PurpleSym>Strange that it rebuilt ungoogled-chromium 𤨠<rekado>when you upgraded all the node packages, did you use some kind of automation? <rekado>or was that literally just the result of running the npm importer a few times and tweaking its output? <PurpleSym>I just ran the importer on every dependency in package.json. <PurpleSym>The desktop version is showing an annoying update prompt. <PurpleSym>Iâve seen it, but it doesnât look complete. Thereâs lots of todoâs in there. <PurpleSym>Alright, I finally pushed the RStudio update. <rekado>sometimes Iâm thinking about starting a fork of RStudio that doesnât use libR.so but talks to an independent R REPL like ESS does. <rekado>reusing all of that Java stuff for the UI <rekado>but replacing all the weird session handling <rekado>and then add a feature to launch a new R session within a Guix container. <zimoun>civodul: no. Or I am not aware, thatâs not the spirit of this medical field, sadly. <civodul>so i guess we won't add it to the "Examples" section of reproducible-paper-guide.md <civodul>(i believe Inserm, CNRS, etc. all require that papers be first posted on a preprint server) <zimoun>(My colleagues tell me that itâs not a requirement but only a strong recommandation.) <civodul>i was looking for an "availability" or "reproducibility" section, which i cannot see here <zimoun>ahah! you are so naive about âmedical paperâ :-) <zimoun>And what you are looking for is the âsupplemental Methodsâ which is not part of the paper. <zimoun>if you download the compressed archive containing this âsupplemental Methodsâ, you have a section âData and code Sharingâ <zimoun>which are the description of âavailabilityâ and âreproducibilityâ, somehow. <zimoun>yeah, how make stuff complicted when they could be simpler. :-) <civodul>i'm looking for an example of a paper with a long list of package name/version pairs <civodul>anyone has something like that at hand? <zimoun>no, I do not have at hand. And often, people do not publish that. That just publish a couple of name/version pairs; letting the rest as an excercise for the reader. :-) <rekado>I donât think this is terribly common <civodul>you mean it's less common than providing nothing? <rekado>in bioinfo papers they often just point to a git repo, mention the programming language, and the dependencies are not explicitly mentioned <rekado>method of installation is âCondaâ, âManual Downloadâ, or âManual Registration and Downloadâ :) <rekado>e.g. âIf after installation of pyopenms, an error message comes up informing that a library cannot be loaded, âopensslâ library needs to be installed as well.â <rekado>most often I encounter just a link to a repo on github, without commit. The claim is that the repo describes all installation instructions and dependencies in sufficient detail. <rekado>in reality these instructions are often absent or relegated to âpip installâ