Skip to content
Prev 29353 / 29559 Next

Attempt to set index in SET_STRING_ELT

It sounds as if you might be using integers to index some vector. Integers
in R are 32 bit which are limited to a maximum value of 214783647 which is
actually reserved for NA values. Anything larger than that will overflow.

On Mon, Feb 26, 2024 at 19:41 Jochen Albrecht <jochen.albrecht at gmail.com>
wrote: