All Projects → csgillespie → Efficientr

csgillespie / Efficientr

Licence: other
Efficient R programming: a book

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Efficientr

rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (-81.66%)
Mutual labels:  book, rstats
21 Recipes
📕 An R/rtweet edition of Matthew A. Russell's Python Twitter Recipes Book
Stars: ✭ 69 (-88.8%)
Mutual labels:  book, rstats
Sdn Handbook
SDN手册
Stars: ✭ 543 (-11.85%)
Mutual labels:  book
Pl Compiler Resource
程序语言与编译技术相关资料(持续更新中)
Stars: ✭ 578 (-6.17%)
Mutual labels:  book
Ggalt
🌎 Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'
Stars: ✭ 561 (-8.93%)
Mutual labels:  rstats
Wtfjs
🤪 A list of funny and tricky JavaScript examples
Stars: ✭ 24,594 (+3892.53%)
Mutual labels:  book
Tidyexplain
🤹‍♀ Animations of tidyverse verbs using R, the tidyverse, and gganimate
Stars: ✭ 558 (-9.42%)
Mutual labels:  rstats
Upsetr
An R implementation of the UpSet set visualization technique published by Lex, Gehlenborg, et al..
Stars: ✭ 531 (-13.8%)
Mutual labels:  rstats
Usethis
Set up commonly used 📦 components
Stars: ✭ 613 (-0.49%)
Mutual labels:  rstats
Classiccomputerscienceproblemsinpython
Source Code for the Book Classic Computer Science Problems in Python
Stars: ✭ 558 (-9.42%)
Mutual labels:  book
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+376.95%)
Mutual labels:  book
Rmarkdown Book
R Markdown: The Definitive Guide (published by Chapman & Hall/CRC in July 2018)
Stars: ✭ 557 (-9.58%)
Mutual labels:  book
D2l Zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。
Stars: ✭ 29,132 (+4629.22%)
Mutual labels:  book
Shinyjs
💡 Easily improve the user experience of your Shiny apps in seconds
Stars: ✭ 566 (-8.12%)
Mutual labels:  rstats
Ucore os docs
ucore os lab guide
Stars: ✭ 544 (-11.69%)
Mutual labels:  book
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (-5.36%)
Mutual labels:  rstats
Paletteer
🎨🎨🎨 Collection of most color palettes in a single R package
Stars: ✭ 535 (-13.15%)
Mutual labels:  rstats
Workflowr
Organize your project into a research website
Stars: ✭ 551 (-10.55%)
Mutual labels:  rstats
Networkd3
D3 JavaScript Network Graphs from R
Stars: ✭ 562 (-8.77%)
Mutual labels:  rstats
Androidnote
🔥 Android 进阶笔记,包含常用的技术框架、博客社区、书籍等。
Stars: ✭ 614 (-0.32%)
Mutual labels:  book

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].