ropensci / RNeXML

Implementing semantically rich NeXML I/O in R
https://docs.ropensci.org/RNeXML
Other
13 stars 9 forks source link

Silences warnings about undeclared/unknown classes in method defs #206

Closed hlapp closed 5 years ago

hlapp commented 5 years ago

The warnings appear when running the tests through devtools::test().

I'm not sure what the following was meant for, but it seems we can safely remove it?

# FIXME repeat selectMethod for all ape, geiger, etc methods(??)
selectMethod("show", "phylo")
removeClass("phyloS4")
cboettig commented 5 years ago

yup, this looks good to me as well.