data-edu / dataedu

An R package associated with the Data Science in Education Using R book
https://data-edu.github.io/dataedu/
Creative Commons Attribution 4.0 International
74 stars 12 forks source link

Fix issues on Travis #31

Closed gvelasq closed 4 years ago

gvelasq commented 4 years ago

Travis currently fails because extrafont::font_import() is called outside of the dataedu::theme_dataedu() function body.

This pull request attempts to fix this by calling {extrafont} functions only after dataedu::theme_dataedu() is called.