MG-RAST / matR

Metagenomics Analysis Tools
https://mg-rast.github.io/matR
Other
25 stars 10 forks source link

SigTest() error #55

Closed dlemas closed 7 years ago

dlemas commented 11 years ago

I started working with the sigtest() function in matR and run into an error in both the demo and while working with the demo data. An example of the code and error is below:

Code: groups(Guts) <- c(1,1,1,2,2,2,2) res <- sigtest(Guts, view = "nrm", test = "t-test-un-paired")

Error: Error in is.factor(x) : promise already under evaluation: recursive default argument reference or earlier problems?

I am hoping to get some feedback or a work around as this is a very cool package with a lot of potential.

wltrimbl commented 7 years ago

I don't think the sigtest function is still part of the package; sorry we didn't look into this bug in time.