From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Slidify, R package for markdown based html5 slide creation in R Date: Tue, 22 Jan 2013 23:46:47 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxtAf-0006AS-Fn for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 00:46:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxtAe-0001eX-7V for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 00:46:49 -0500 Received: from mail-ob0-f169.google.com ([209.85.214.169]:40465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxtAe-0001eR-2V for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 00:46:48 -0500 Received: by mail-ob0-f169.google.com with SMTP id v19so8015339obq.14 for ; Tue, 22 Jan 2013 21:46:47 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode A bit tangential for this group perhaps, but quite neat nonetheless, so I thought I'd share. I'm taking a Coursera class on Data Analysis (using R) and the professor has published all of his slides via this R package. I checked it out and it's pretty cool! Org can do similar, but still thought the R users on the list might be interested and/or there could be org-based integration in the future. The git commits only dated back three months, so I'm thinking this is a pretty new R library. In any case, hopefully someone finds it interesting :) Slidify: - http://ramnathv.github.com/slidify/ John