When testing {GGally}, I saw network was producing many partial argument matches.
I believe I have fixed most/all of them as {GGally} does not produce any partial argument warnings with this PR version of {network}.
options(expressions) was turned into options(expressions=50000) as expression is not a valid regular option. If I should revert this change, please let me know.
When testing
{GGally}
, I saw network was producing many partial argument matches.I believe I have fixed most/all of them as {GGally} does not produce any partial argument warnings with this PR version of {network}.
options(expressions)
was turned intooptions(expressions=50000)
asexpression
is not a valid regular option. If I should revert this change, please let me know.