From 2b3faa4a5888b78a3cf55fedbfee8f25317f806c Mon Sep 17 00:00:00 2001 From: Ramnath Vaidyanathan Date: Fri, 23 Aug 2013 20:33:26 -0400 Subject: [PATCH] add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7939733 --- /dev/null +++ b/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") +```