jsilve24 / philr

Phylogenetic Isometric Log Ratio
http://bioconductor.org/packages/philr/
19 stars 6 forks source link

Discrepancy in first argument of `philr()` #19

Closed mmp3 closed 2 years ago

mmp3 commented 2 years ago

The reference document for the current release of philr on bioconductor states that the first argument to philr::philr() is df.

However, when installed, the first argument of philr::philr() is x and there is no df argument, in agreement with the Github version.

jsilve24 commented 2 years ago

Thank you for reporting this.

Please use the development branch. Odd that that change got pushed to release, I just checked it is correct on the development branch.

Or install with:

devtools::install_github("jsilve24/philr")