VEuPathDB / microbiomeComputations

1 stars 0 forks source link

Fix the as.numeric issue in diff abund #49

Closed asizemore closed 1 year ago

asizemore commented 1 year ago

Originally were getting the issue "as.numeric is not an exported function from veupathUtils" which made no sense to me because yes it is. But i guess becasue we're just adding to a generic, veupathUtils doesn't really "own" the method. That was a new concept to me!

All working well now :)

d-callan commented 1 year ago

There are things like getGeneric and makeGeneric as well, if needed in veupathutils.