Publications by Maëlle's R blog on Maëlle Salmon's personal website
Server-side MathJax rendering with R?
Whilst I most certainly do not write LaTeX formulas on the regular anymore, I got curious about their MathJax rendering on websites.1 In brief : your website source contains LaTeX code, and the MathJax JS library (self-hosted or hosted on a CDN) transforms it into something humans can understand: some HTML with inline CSS but also some MathML for...
5198 sym R (9218 sym/5 pcs)
Draw me a project
I’ll be giving a remote keynote talk at the Rencontres R (French R conference) on July the 12th, all in French. This blog post is a written version of my presentation, but in English. I decided to not talk about package development for once, but rather about workflows and how to structure & run an analysis.1 Many thanks to Christophe Dervieux f...
16665 sym R (951 sym/4 pcs) 2 img
How to become a better R code detective?
Huge thanks to Hannah Frick for her useful feedback on this post! Vielen Dank! When trying to fix a bug or add a feature to an R package, how do you go from viewing the code as a big messy ball of wool, to a logical diagram that you can bend to your will? In this post, I will share some resources and tips on getting better at debugging and readin...
18196 sym R (71 sym/1 pcs)