https://github.com/csgillespie/efficient
The associated R package for Efficient R programming
https://github.com/csgillespie/efficient
Last synced: 26 days ago
JSON representation
The associated R package for Efficient R programming
- Host: GitHub
- URL: https://github.com/csgillespie/efficient
- Owner: csgillespie
- Created: 2015-09-29T08:10:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T10:14:04.000Z (about 5 years ago)
- Last Synced: 2025-03-16T20:51:39.824Z (30 days ago)
- Language: R
- Homepage: https://csgillespie.github.io/efficientR/
- Size: 4.49 MB
- Stars: 47
- Watchers: 9
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - csgillespie/efficient - The associated R package for Efficient R programming (R)
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```# Becoming an efficient R programmer
[](https://travis-ci.org/csgillespie/efficient)
The associated R package for the forthcoming O'Reilly book: [Efficient R programming](https://csgillespie.github.io/efficientR/) by Colin Gillespie and Robin Lovelace. Pull requests and general comments are welcome.