We’re utilizing the operate getLineNumber from the R XML package deal. A few of our XML knowledge recordsdata are fairly giant, and we inherit a bug from libxml2 limiting the returned line quantity to 65535 (saved in an unsigned int).

The issue is outdated and well-known by the library maintainers: https://gitlab.gnome.org/GNOME/libxml2

Im PHP, they overcome the issue at runtime:

Would it not be possible to do one thing related in R?

1