Closed sckott closed 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
inherits()
via https://github.com/ropensci/brranching/issues/38
should be changed in the case of more than one class string returned - change to
inherits()
probably