clauswilke / dataviz

A book covering the fundamentals of data visualization
https://clauswilke.com/dataviz
Other
3.2k stars 701 forks source link

Straggling warning #101

Closed sjspielman closed 4 years ago

sjspielman commented 4 years ago

Hi Claus,

FYI you have an R output warning at the end of Chapter 4 from Figure 4.9 - you may want to change the settings for that R code chunk.

-Stephanie

clauswilke commented 4 years ago

Unfortunately the only way to fix this warning is to rebuild the book with all packages in sync, and the book currently doesn't build. :-(

At some point I'll have to make the effort to set up a docker image or other controlled environment to build the book, otherwise fixing things will become too much of a headache.

sjspielman commented 4 years ago

At some point I'll have to make the effort to set up a docker image or other controlled environment to build the book, otherwise fixing things will become too much of a headache.

Rocker is dead easy to set up, highly recommended. Although if the book doesn't even build I doubt this container will be of much use..

clauswilke commented 4 years ago

The idea would be to set up the container, fix all the issues that exist at the time, and then never have the build break again going forward.

sjspielman commented 4 years ago

"never have the build break again going forward." famous last words ;)