Rogue Scholar Beiträge

language
Veröffentlicht in Andrew Heiss's blog

Update #1 An update to knitr has made it a ton easier to embed fonts in SVG files from R. Jump to the update to see how. Update #2 Also, it’s possible to change TikZ fonts and not use Computer Modern for everything! Jump to the second update to see how.

Veröffentlicht 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

Veröffentlicht in Andrew Heiss's blog

Now that I’m on the tenure track, I’ve been looking for a way to keep track of my different research projects so I can get them all finished and published. Matt Lebo’s “Managing Your Research Pipeline” presents a neat way of quantifying and tracking the progress of your research, and I recently adopted it for my own stuff. I even made a fancy R Markdown + flexdashboard dashboard to show the status of the pipeline interactively.

Veröffentlicht 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.

Veröffentlicht in rOpenSci - open tools for open science

You might have read my blog post analyzing the social weather ofrOpenScionboarding,based on a text analysis of GitHub issues. I extracted text out ofMarkdown-formatted threads with regular expressions. I basicallyhammered away at the issues using tools I was familiar with until itworked! Now I know there’s a much better and cleaner way, that I’llpresent in this note. Read on if you want to extract insights abouttext, code, links, etc.

Veröffentlicht 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.