Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnathv committed Aug 24, 2013
1 parent 17e2658 commit 2b3faa4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
dcmeetup
========

This repo consists of slides for my talk to the DVDC and SPDC meetup groups in DC. It also includes the demos and their source code. You will need the latest versions of `slidify`, `slidifyLibraries` and `rCharts` to replicate the slides.

```S
mypkgs = c("slidify", "slidifyLibraries", "rCharts")
devtools:::install_github(mypkgs, "ramnathv", ref = "dev")
```

0 comments on commit 2b3faa4

Please sign in to comment.