Closed fmassol closed 8 months ago
Dear François,
I think you are confusing vegan::nullmodel
with some other function from some other packages. Models "swap.web"
, "vaznull"
, "shuffle.web"
, and "mgen"
have never been in vegan, and your function should have never worked in vegan. Moreover, the only change in vegan::nullmodel
since its release is wording in one error message. I know that the bipartite package has similar functions as vegan, although I don't know it so well that I could say that those nullmodels are in that package.
There are more radical changes in vegan::commsim
function, but your example does not show any application of that function. Can you provide a script that worked earlier in vegan (with information on the vegan version where it worked) and fails now so that we can verify the problem and and find where and when we possibly broke the function.
Hi,
it seems like the current version (2.6-4) of nullmodel does not accept a lot of methods. Notably, it's now difficult to introduce objects made with commsim. Here is the call to nullmodel to see what is inside the function:
Old scripts I have that worked fine with former versions of vegan now have difficulties running since nullmodel sees almost every other method as r2dtable. Would it be possible to put back the old version of the function nullmodel? Thanks in advance.
François