Skip to content
Prev 344553 / 398500 Next

Hadley's book: paper/PDF/etc. versus github

I presume you mean https://github.com/hadley/adv-r (no need to be
secretive about it ;)
The pdf version of the book is made from the files in that repo, so I
don't see any advantage there.  (You can build the pdf yourself if you
spend a few minutes looking for the right file ;)
The github version _is_ the authoritative version of the book (and in
some sense it's already slightly better than the book, since a number
of minor typos have been fixed since the book was published). C&H is
mostly print on demand, so later printings of the book are likely to
pick up the improvements, although there is still some additional
human checking in the process, so it'll only get updated every 6
months or so.

The repo and http://adv-r.had.co.nz will continue to exist for the
foreseeable future.

Hadley