Skip to content

Warning messages: 1: In readChar(file, size, TRUE) : truncating string with embedded nuls

3 messages · Ista Zahn, Manuel Spínola

#
Dear list members,

I updated to R 4.0 and my MacOS is Catalina 10.15.4.

When using several functions I receive this warning message

It could be loading a library, reading a file, or other tasks.
Warning messages:
1: In readChar(file, size, TRUE) : truncating string with embedded nuls
2: In readChar(file, size, TRUE) : truncating string with embedded nuls

Any idea why is the warning message?

Manuel
#
You could try starting a new session and running

options(warn = 2)
library(tidyverse)
traceback()

to see more specifically where the problem is.

Best,
Ista
On Thu, Apr 30, 2020 at 11:17 AM Manuel Sp?nola <mspinola10 at gmail.com> wrote:
#
Thank you very much Ista.

Manuel

El jue., 30 abr. 2020 a las 9:24, Ista Zahn (<istazahn at gmail.com>) escribi?: