Skip to content

atreyagagan/efficientR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 46.7%
  • R 40.6%
  • CSS 4.6%
  • Dockerfile 2.5%
  • Rebol 1.8%
  • Makefile 1.4%
  • Other 2.4%