Discrepancy in first argument of `philr()`
Closed this issue · 1 comments
mmp3 commented
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
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")