Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthik/bigcb_demo
A short demo of rOpenSci
https://github.com/karthik/bigcb_demo
Last synced: about 2 months ago
JSON representation
A short demo of rOpenSci
- Host: GitHub
- URL: https://github.com/karthik/bigcb_demo
- Owner: karthik
- Created: 2014-05-05T20:24:04.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-02-01T23:41:26.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T19:11:50.680Z (3 months ago)
- Language: CSS
- Homepage: http://karthik.github.io/bigcb_demo
- Size: 11.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Big CB lunch time talk.
_Feb 25, 2014_A quick demo of how to use the ecoengine R package.
[![](slides.png)](http://karthik.github.io/eeguide/)
__To install packages used in this demo__
```coffee
install.packages("ecoengine", dependencies = TRUE)
install.packages("dplyr")
```__Packages in development__
```coffee
library(devtools)
# If you've never installed devtools before,
# See → https://github.com/ropensci/rOpenSci/wiki/Installing-devtools
install_github('ramnathv/rCharts@dev')
install_github('ramnathv/rMaps')
```__To knit this presentation__
```coffee
# Edit the index.Rhtml file if you need to
library(knitr)
knit('index.Rhtml')
# or from the command line
make slides
```Questions or comments to karthik dot ram at gmail dot com
License: CC-BY.