csgillespie / efficientR

Efficient R programming: a book

Home Page:https://csgillespie.github.io/efficientR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Efficient R programming: a book

https://csgillespie.github.io/efficientR/

License:Other


Languages

Language:TeX 46.7%Language:R 40.6%Language:CSS 4.6%Language:Dockerfile 2.5%Language:Rebol 1.8%Language:Makefile 1.4%Language:C++ 1.3%Language:Shell 1.1%