statnet / network

Classes for Relational Data
Other
15 stars 8 forks source link

Fix partial argument matches #63

Closed schloerke closed 2 years ago

schloerke commented 3 years ago

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.