From a73566ddc4e5cebab611ac3f6bf226146e0761e3 Mon Sep 17 00:00:00 2001 From: James McCreight Date: Thu, 30 Apr 2015 16:35:07 -0600 Subject: [PATCH] Update README.Rmd --- README.Rmd | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index 48e3adf..8834cd9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -143,14 +143,21 @@ develop the package so you can quickly start adding your contributions. Table of Contents ================= + * [rwrfhydro](#rwrfhydro) + * [A CRAN-like overview](#a-cran-like-overview) + * [rwrfhydro: R tools for the WRF Hydro Model](#rwrfhydro-r-tools-for-the-wrf-hydro-model) + * [Downloads:](#downloads) + * [Purpose](#purpose) + * [Table of Contents](#table-of-contents) * [Installing](#installing) * [Using](#using) - * [Developing](#developing) + * [Developing and bug reports](#developing-and-bug-reports) * [Version control for collaboration: Github](#version-control-for-collaboration-github) - * [Forking](#forking-and-cloning) - * [devBranch and pull requests](#devbranch-and-pull-requests) - * [Not using Github](#not-using-github) - * [Workflow: git, R packaging, and you](#workflow-git-r-packaging-and-you) + * [Forking and cloning](#forking-and-cloning) + * [devBranch and pull requests](#devbranch-and-pull-requests) + * [Not using Github.](#not-using-github) + * [Travis-CI and `R CMD check`](#travis-ci-and-r-cmd-check) + * [Workflow: git, R Packaging, and you](#workflow-git-r-packaging-and-you) * [Our best practices](#our-best-practices) * [R package best practices and code style](#r-package-best-practices-and-code-style) * [Organizing functions](#organizing-functions) @@ -160,7 +167,7 @@ Table of Contents * [Objects in rwrfhydro](#objects-in-rwrfhydro) * [Graphics](#graphics) * [R Package development resources](#r-package-development-resources) - * [Introductory R resources](#introductory-r-resources) + * [Introductory R resources (somewhat random)](#introductory-r-resources-somewhat-random) # Installing Installing the development package (not on [CRAN](http://cran.r-project.org/)) is facilitated by the devtools package (on CRAN),