natverse / nat

NeuroAnatomy Toolbox: An R package for the (3D) visualisation and analysis of biological image data, especially tracings of single neurons.
https://natverse.org/nat/
62 stars 26 forks source link

Changed neimode argument to mode #496

Closed dokato closed 2 years ago

dokato commented 2 years ago

The use of neimode causes.

Warning in graph.dfs(x, root = origin, father = TRUE, neimode = "all") :
  Argument `neimode' is deprecated; use `mode' instead

Changed to mode.

Related to the recent igraph update and issue reported here: https://github.com/flyconnectome/malevnc/issues/43.

codecov[bot] commented 2 years ago

Codecov Report

Merging #496 (6d4f541) into master (617ac95) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #496   +/-   ##
=======================================
  Coverage   75.77%   75.77%           
=======================================
  Files          48       48           
  Lines        5900     5900           
=======================================
  Hits         4471     4471           
  Misses       1429     1429           
Impacted Files Coverage Δ
R/neuron.R 83.87% <ø> (ø)
R/neuron-io.R 83.16% <100.00%> (ø)
R/ngraph.R 87.63% <100.00%> (ø)
R/seglist.R 95.34% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 617ac95...6d4f541. Read the comment docs.