rigraph icon indicating copy to clipboard operation
rigraph copied to clipboard

Partial argument match

Open mgirlich opened this issue 5 years ago • 1 comments

There are a couple of partial argument matches in the package (e.g. in plot.igraph()). Would be great if these could be fixed. To find the partial matches it is useful to use the option warnPartialMatchArgs = TRUE for the tests.

mgirlich avatar Feb 25 '21 13:02 mgirlich

Thanks for the heads up; I've turned on warnPartialMatchArgs on my dev machine and I'll fix stuff as I encounter them. The biggest offenders seem to be rep(..., length=...) and seq(..., length=...) so I'll start with those.

ntamas avatar Mar 29 '22 15:03 ntamas

I think most of the partial arg matches are now sorted out; I haven't seen these warnings for quite a while now. I'm closing this issue but keep an eye open and fix any similar warnings if they pop up.

ntamas avatar Nov 10 '22 19:11 ntamas