The text and code for the forthcoming O'Reilly book: Efficient R programming. Pull requests and general comments are welcome.
Get a hard copy from: Amazon (UK), Amazon (USA), O'Reilly
For details on how to build this book, please see the Appendix.
To run the book in a Docker container run the following commands
# from Docker hub
# docker run -e PASSWORD=pw --rm -p 8786:8787 robinlovelace/efficientR
# local version from inside this repo:
docker build -t efficientr docker/rstudio-no-build
docker run -e PASSWORD=pw --rm -p 8785:8787 efficientr