Closed lewinfox closed 1 year ago
Fixes #281
Calling check_zero() too early in the function resulted in a bug where 1-indexed input would not be detected if either:
check_zero()
Links
data.frame
Source
Target
Moving check_zero() further down the functions and adding missing input checks for forceNetwork() fixes the issue.
forceNetwork()
Fixes #281
Calling
check_zero()
too early in the function resulted in a bug where 1-indexed input would not be detected if either:Links
was not adata.frame
Source
orTarget
were missingMoving
check_zero()
further down the functions and adding missing input checks forforceNetwork()
fixes the issue.