thej022214 / hisse

Hidden State Speciation and Extinction
6 stars 7 forks source link

Vignettes have the same name! #4

Closed Caetanods closed 6 years ago

Caetanods commented 6 years ago

There are two vignettes in the package. They have different topics but the name of the file (I think) is the same. So there is no distinction when checking using 'browseVignettes' function.

library(hisse)
browseVignettes("hisse")
Caetanods commented 6 years ago

Corrected. Changed the index entry for the vignette on file:

---
title: "Type I errors, Model rejection, & HiSSE vs. FiSSE"
author: "Jeremy M. Beaulieu & Brian C. O'Meara"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output: 
  pdf_document:
    fig_caption: yes
vignette: >
   %\VignetteEngine{knitr::rmarkdown}
   %\VignetteIndexEntry{Type I errors, Model rejection, & HiSSE vs. FiSSE}
   \usepackage[utf8]{inputenc}
---