I'm getting an error when running make_work from the "vegan" R package:
net <- make_network(ps)
Error in .C("veg_distance", x = as.double(x), nr = N, nc = ncol(x), d = double(N * :
"veg_distance" not available for .C() for package "vegan"
Here is my sesion info:
R version 3.4.4 (2018-03-15)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] vegan_2.5-1 lattice_0.20-35 permute_0.9-4
[4] phyloseqGraphTest_0.0.1 ggplot2_2.2.1 phyloseq_1.22.3
I've seen the other cases related to this error, which advised to uninstall and re-install vegan, which I did (hence the recent update to the package), to no avail.