Publicaciones de Rogue Scholar

language
Publicado in rOpenSci - open tools for open science

Whilst working on the blog guide, Stefanie Butland and I consolidated knowledge we had already gained, but it was also the opportunity to up our Rmd/Hugo technical game.Our website uses Hugo but not blogdown 1 to render posts: every post is based on an .md file that is either written directly or knit from an .Rmd file.We wanted to provide clear guidance for both options, and to stick to the well-documented Hugo way of e.g. inserting

Publicado in rOpenSci - open tools for open science
Autor Mitchell O'Hara-Wild

Why vitae? The vitae package leverages the dynamic nature of R Markdown to quickly produce and update CV entries from a variety of data sources. With use of the included templates, examples and helper functions, it should be possible to produce a reasonable looking and data-driven CV in less than an hour.

Publicado in rOpenSci - open tools for open science
Autor Mitchell O'Hara-Wild

Icons in R Icons can be added to your R Markdown documents using short prefixes which identify the font’s library.fa: Font Awesomeai: Academiconsii: ionicons For example, `r icon::fa("rocket")` can be used to add the rocket icon from Font Awesome. This interface is convenient if you are familiar with the icon you want, or if you are dynamically selecting your icon.