macroevolution / bamm

A program for multimodel inference on speciation and trait evolution
GNU General Public License v2.0
33 stars 10 forks source link

Documentation code blocks #73

Closed SimonGreenhill closed 10 years ago

SimonGreenhill commented 10 years ago

The code blocks included in the docs are sometimes missing the leading ">" e.g.

library("BAMMtools")

instead of

> library("BAMMtools")

This should be one or the other. without a leading > has the benefit of being easier to cut and paste into R.

drabosky commented 10 years ago

for consistency with sweave style, please preface lines of R code with ">" in documentation