Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 775 Bytes

File metadata and controls

42 lines (26 loc) · 775 Bytes

California Academy of Sciences seminar

March 27th, 2014

A quick demo of how to use the antweb R package.

To install packages used in this demo

install.packages("AntWeb", dependencies = TRUE)

Packages in development

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

# 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.