Applying awesome themes and checking misspells with hrbrthemes
This package came directly from the genius mind of Bob Rudis (thank you Rudis, you're awesome). From checking misspells to accessing whole awesome theme and color scales, hrbrthemes
is your "guy". Themes coming from this package are well-thought in an incredibly detailed level; I personally think that these are the best ones available. I highly recommend you to check this recipe's See alsosection to understand in how many ways hrbrthemes
is well thought.
Getting Ready
To get hrbrthemes
latest version, install it directly from GitHub and also make sure that the tidyverse
 and extrafont
packages are available:
> if( !require(devtools)){ install.packages('devtools')} > if( !require(hrbrthemes)){ devtools::install_github('hrbrmstr/hrbrthemes')} > if( !require(tidyverse)){ install.packages('tidyverse')} > if( !require(extrafont)){ install.packages('extrafont')}
Also make sure that the fonts, Arial Narrow and Roboto Condensed...