There's a few places where functions return 0/1 instead of TRUE/FALSE. We should standardize this. It's fine for the runners to be inconsistent, but the exported functions should not.
E.g. GraphSearch's third return is a series of 0/1's that are really logical.
Also, following this, expand lemon_runners() documentation to add new distinction.
There's a few places where functions return 0/1 instead of
TRUE
/FALSE
. We should standardize this. It's fine for the runners to be inconsistent, but the exported functions should not.E.g.
GraphSearch
's third return is a series of 0/1's that are really logical.Also, following this, expand
lemon_runners()
documentation to add new distinction.