JosephCrispell / homoplasyFinder

A tool to identify and annotate homoplasies on a phylogeny and sequence alignment
GNU General Public License v3.0
19 stars 3 forks source link

Problem with installation. unexpected section header '\description' #4

Closed JosephCrispell closed 5 years ago

JosephCrispell commented 5 years ago

When I try and install homoplasyFinder using devtools: devtools::install_github("JosephCrispell/homoplasyFinder")

I get the following error: unexpected section header '\description'

JosephCrispell commented 5 years ago

This is a problem to do with unescaped "%" symbols in the readAnnotatedTree.Rd file of the homoplasyFinder package.

I have resolved this problem by editing the header associated with the readAnnotatedTree() function in the homoplasyFinder.R file.