proj_root is not working correctly
Closed this issue · 0 comments
clarkliming commented
proj_root is not using all rules to identify root.
Line 114 in 1416136
seq_along(nrow(rules))
which will return a number only (1), should use seq_len(nrow(rules))