The content for this tutorial is available at hbs-rcs.github.io/R_Intro-gapminder/.
To update this tutorial you will need:
Here is the typical workflow:
Edit the content in the R Markdown files in the content
folder.
Re-compile the updated R Markdown files using:
make render
To inspect the site locally use:
make serve
and point your browser to localhost:1234.
Deploy your changes to the gh-pages
branch of this repository
using:
make deploy
This step uses git-directory-deploy under the hood.