dgrtwo / tidy-text-mining

Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
http://tidytextmining.com
Other
1.31k stars 803 forks source link

Code issue? #65

Closed apreshill closed 4 years ago

apreshill commented 5 years ago

I was just browsing the online version of the book and noticed this block of code throughout the book at the top of each chapter- just wanted to make sure you were aware in case it was a weird Travis artifact that didn't show up locally:

Screen Shot 2019-06-26 at 9 36 20 AM
juliasilge commented 5 years ago

Thanks for the heads up! 🙌

I think what I need to do is

suppressPackageStartupMessages(library(ggplot2))

in the first hidden chunk of each chapter.

As a reminder to myself, I need to wait to rebuild the book until I deal with #64 first.

apreshill commented 5 years ago

FYI @juliasilge- the same thing cropped up in the R packages book and the solution is to bump your ggplot2 version (I think!)

juliasilge commented 4 years ago

This is in fact fixed now, with the new version of ggplot2. Thank you! 🙏