boB Rudis

Results 418 comments of boB Rudis

Just used straight flexdasboard base layout. No hacks.

oh. aye! same here. one sec. i have a theory

add `extrafont::loadfonts()` after `library(tidyverse)` so the PDF NULL graphics device can see the fonts. ![image](https://cloud.githubusercontent.com/assets/509878/22991838/a99be4e6-f38b-11e6-97cf-7ed01b76cafc.png) No warnings now.

gosh i hate fonts in Linux, BSD and R and Python

huh. wondering why it worked here? (no warnings here after i did that extrafont dance)

what abt `library(svglite); knitr::opts_chunk$set(dev = 'svglite')` and no knitr hack but include the `extrafont` thing?

Wow. The inconsistencies between operating systems and even same OS but different devices is kind of disconcerting (my svglite versions work fine as do the other "hacks"). Def do need...

Can you be more specific? You won't be generating PDF in Rmd (generally) so you mean using the fonts with PDF output in general? On Wed, Mar 1, 2017 at...

Ah, roger that. you need to `extrafont::loadfonts(quiet=TRUE)` right near the top of the Rmd (it can be in an `include=FALSE` chunk) and the fonts shld make their way into the...

I'm on the same OS. I just ran the code. Do you have Arial Narrow actually installed? On Thu, Mar 2, 2017 at 7:28 PM, Tobias Schmidt wrote: > >...