Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csgillespie/efficientR
Efficient R programming: a book
https://github.com/csgillespie/efficientR
book r rstats
Last synced: 20 days ago
JSON representation
Efficient R programming: a book
- Host: GitHub
- URL: https://github.com/csgillespie/efficientR
- Owner: csgillespie
- License: other
- Created: 2016-01-11T17:17:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T21:45:36.000Z (over 1 year ago)
- Last Synced: 2024-11-17T16:03:57.316Z (25 days ago)
- Topics: book, r, rstats
- Language: TeX
- Homepage: https://csgillespie.github.io/efficientR/
- Size: 59.5 MB
- Stars: 721
- Watchers: 48
- Forks: 375
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - csgillespie/efficientR - Efficient R programming: a book (TeX)
README
## Efficient R programming by Colin Gillespie and Robin Lovelace
[![Build Status](https://travis-ci.org/csgillespie/efficientR.png?branch=master)](https://travis-ci.org/csgillespie/efficientR)
[![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/csgillespie/efficientR/master?urlpath=rstudio)![alt text](figures/f0_front_scale.png)
The text and code for the forthcoming O'Reilly book: [Efficient R programming](https://csgillespie.github.io/efficientR/). Pull requests and general comments are welcome.
Get a hard copy from: [Amazon (UK)](https://alexa.design/2pmrqBj), [Amazon (USA)](https://alexa.design/2pmfpf4), [O'Reilly](http://shop.oreilly.com/product/0636920047995.do)
For details on how to build this book, please see the [Appendix](https://csgillespie.github.io/efficientR/building-the-book-from-source.html).
To run the book in a Docker container run the following commands
```bash
# 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
```