ropensci / phylocomr

Phylocom R interface
https://docs.ropensci.org/phylocomr
Other
15 stars 7 forks source link

Problem in internal fxn phylo_check with type checking #23

Closed sckott closed 5 years ago

sckott commented 5 years ago

via https://github.com/ropensci/brranching/issues/38

stopifnot(class(x) %in% c('phylo', 'character'))

should be changed in the case of more than one class string returned - change to inherits() probably