Talks & tutorials

: slides; : recording; : materials; : blog post(s).

Bloguear con R Markdown

Eres un usuari@ de R y querrías compartir más contenido en linea? Porqué no crear un nuevo blog, con R Markdown (Rmd)? En esta charla-taller de 2 horas con demonstración en vivo, tendremos dos adventuras: Crear un blog Rmd con el paquete distill Crear un blog Rmd con el paquete hugodown Nos preparamos para estas aventuras definiendo lo que queremos de un blog Rmd. Acabaremos el curso reflecionando sobre cada aventura y explicando caminos futuros, por ejemplo cómo hacer la publicidad de tu blog.

Scientific Blogging with R Markdown

Are you an R user who works in science? Would you like sharing more online? How about starting a new blog, with R Markdown (Rmd)? In this 2-hour course with live coding, we’ll go on three short adventures: setting up a scientific Rmd blog with the Distill framework and the distill package setting up a scientific Rmd blog with the Hugo website generator and the hugodown package

How to improve your R package (Automatically ✨, and not 🧠)

How can you write a good R package? Read a starter guide, the “R packages” book, “Writing R Extensions”, and then? This talk will feature ways to take your R package, and your R development skills, to the next level! We shall present tools that equip you with helpful flags and metrics, from R CMD check locally and on the cloud, to lintr::lint_package() and covr::package_coverage(). We shall also mention tools that automagically improve your package or its docs: the styler and pkgdown packages.