Closed vpnagraj closed 8 years ago
Also, any idea why this line seems to be removed from the resulting HTML files?
-<link href="site_libs/font-awesome-4.5.0/css/font-awesome.min.css" rel="stylesheet" />
actually, not sure that adding font-awesome to the site_libs is necessary. It looks like it's already being pulled in via the CDN on line 90:
Just wondering why it got removed from the resulting HTML files in your fork. I'll see if I can figure out.
cool ... i've built the site with the newest versions of dplyr and tibble installed ... and i'm not totally sure what's going on with the missing font awesome css but maybe has something to do with the htmlwidgets / js that i'm calling in the interactive viz lesson?
https://github.com/rstudio/rmarkdown/issues/742
in any event, i've added the missing line to the _include/in_header.html file that's reference in the _site.yml ... seems to be dropping that link into the header of the html files now
Before I pull in changes, could you update your
tibble
anddplyr
packages, then clean and rebuilt the site? When I'm looking at the diffs I'm seeing a bunch of instances where it looks like you've built the HTML with older versions, which, among other things, result in slightly different printing of data frames, e.g.