omegahat / XML

The XML package for R
Other
20 stars 11 forks source link

Partial argument match #18

Open martinschmelzer opened 2 years ago

martinschmelzer commented 2 years ago

You might want to change seq(along = nodes) to seq(along.with = nodes). If options("warnPartialMatchArgs") == TRUE, this throws an unnecessary warning (at least with R 4.1.3+).

https://github.com/omegahat/XML/blob/a74ea7d74dc820c35e0b67a41447bd9ebde45de1/R/reflection.R#L63