/efficientR

Efficient R programming: a book

Primary LanguageR

Efficient R programming by Colin Gillespie and Robin Lovelace

Build Status

alt text

The text and code for the forthcoming O'Reilly book: Efficient R programming. Pull requests and general comments are welcome.

Building this book

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())