Monday, October 26, 2015

Publish Slidify presentation on Github

Herein under the required steps to publish the Sildify documents to a Github repository:



  1. require(devtools)
  2. install_github("slidify", "ramnathv")
  3. install_github("slidifyLibraries", "ramnathv")
  4. library(slidify)
  5. author("Slidify") # Create and Edit your slidify document named (index.Rmd)

  6. slidify("index.Rmd")
  7. publish(user = "<GithubUserName>", repo = "GithubRepository", host = 'github')