reptalex / phylofactor

26 stars 9 forks source link

FTmicrobiome$PF$choice not existing #14

Closed gvdr closed 5 years ago

gvdr commented 5 years ago

When I try to follow the tutorial

pf <- FTmicrobiome$PF

produces the error Error in if (PF$choice == "var") { : argument is of length zero. I think it is because PF does not have choice.

reptalex commented 5 years ago

Gotcha - thanks for catching that. The old phylofactor objects didn't record the choices ('var','F','max.var') which are used in summary functions.

I've uploaded new phylofactor objects which should work - reinstalling the package should make the tutorial flow smoothly.