https://github.com/lgatto/tipsntricks
A collection R tips and tRicks
https://github.com/lgatto/tipsntricks
Last synced: 23 days ago
JSON representation
A collection R tips and tRicks
- Host: GitHub
- URL: https://github.com/lgatto/tipsntricks
- Owner: lgatto
- Created: 2012-05-12T20:08:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-17T23:02:15.000Z (over 11 years ago)
- Last Synced: 2025-03-24T04:23:29.402Z (about 1 month ago)
- Language: R
- Homepage: http://lgatto.github.com/tipsntRicks/
- Size: 414 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`tipsntRick` is a collection of R posts.
- See the `gh-pages` branch for the web site.
- See the `master` branch for relevant code.To install the package from github
```r
library("devtools")
install_git("tipsntRicks", "lgatto")
```The content is currently located on [slashhome.be](http://proteome.sysbiol.cam.ac.uk/lgatto/rnotes.html) and will gradually be moved here.