Closed pablommesas closed 5 years ago
Hi!
The nettools package is as far as we know not maintained anymore, so we created our own fork with only those functions that we need retained: dynverse/netdist . This package is inside the Suggests of the dyneval package, so installing it using
devtools::install_github("dynverse/dyneval", dependencies = TRUE)
should do the trick :slightly_smiling_face:
Thanks. That solved the issue :)
Great!
First of all, let me congratulate you on the great work!
I ran into this issue when following https://dynverse.org/developers/evaluating-ti-method/ section and evaluating the 'him' metric.
I have installed the 'nettools' package from https://github.com/filosi/nettools and loaded it successfully, I can even see the netdist() function.
The error still persists, I have traced it back to the metric_him.R, I'm guessing to line 24:
Does this have something to do with my installation/NAMESPACE configuration? or should that line be something like requireNamespace("nettools")?
Sorry if that is an obvious one! Thanks. I attach my sessionInfo :)