The text and code for the forthcoming O'Reilly book: Efficient R programming. Pull requests and general comments are welcome.
To build this book on your own system, use
devtools::install_github("csgillespie/efficientR")
to install the necessary packages.
To build the book, run
bookdown::render_book("index.Rmd", bookdown::html_chapters())