Skip to content
master
Go to file
Code

Latest commit

changed the order of "sex" and "age" in the section 6.3.2.
397f108

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
Jul 31, 2016
May 3, 2020
css
Jun 10, 2016
May 3, 2020
Jul 7, 2016
May 10, 2020
Jan 11, 2016
Jan 24, 2020
Aug 27, 2016
May 5, 2020

README.md

Efficient R programming by Colin Gillespie and Robin Lovelace

Build Status Launch Rstudio Binder

alt text

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
You can’t perform that action at this time.