#ReproducibleResearch
To the people analysing research data out there with R... I see #Quarto popping up everywhere and I am trying to figure out how it differs from #RMarkdown and why people are switching. So, have you used it? What are you using it for?
I don't like that it seems to add another layer of software and whenever a company tells me I should be using their format, that makes me suspicious... Please help!
If you enjoyed #LoveDataWeek there is #LoveReplicationsWeek coming up on March 2-6.
There is a core program (online talks at 1pm CET) and you can submit your own events:
I've made an autoformatter, linter, and LSP for Quarto, Pandoc, and RMarkdown documents! It's still very much a work-in-progress; only the formatter is reaching something resembling a mature state. Check it out at https://github.com/jolars/panache
rOpenSci | All the Ways to Programmatically Edit or Parse R Markdown / Quarto Documents
Argh only just seeing this doc now, wish I'd found it a couple of months ago 🤣 I was generating static Rmd from one with dynamically generated chunks. I ended up using whisker pulling in external R code templates supplemented with knitr hooks to do some extra customisation during chunk processing.
https://ropensci.org/blog/2025/09/18/markdown-programmatic-parsing/
Performing some quick statistical analyses in classic #RStats and neatly “knitting” them into a PDF using #RMarkdown, #knitr, and #MacTeX #texLaTeX.
Call me old-fashioned, but I really enjoy this workflow. 
Next week I get to present an #RStats talk on writing code to be run by people with no programming experience that requires some interactivity.
Have some examples of parameterised #RMarkdown documents; of #Shiny and using source to call more complex code without overwhelming them.
I also plan on concentrating on the importance of training these staff on the differences between errors, warnings and messages (which are unhelpfully similar in appearance in R).
Any other suggestions? (1/2?)
Switching from #rmarkdown and #rdatatable to #quarto and #polars is a bit cumbersome. I just want to compile a document with tables to pdf.
If I print a polars table, I get the data type with it. If I convert it to pandas df, I get an index. If I set_tbl_hide_column_data_types, my strings get quotes. Is there no #knitr kable equivalent in #Python /Quarto?