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 <[email protected]> wrote: > > 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. > > > library(tidyverse) > 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 > > > -- > *Manuel Spínola, Ph.D.* > Instituto Internacional en Conservación y Manejo de Vida Silvestre > Universidad Nacional > Apartado 1350-3000 > Heredia > COSTA RICA > [email protected] <[email protected]> > [email protected] > Teléfono: (506) 8706 - 4662 > Personal website: Lobito de río <https://sites.google.com/site/lobitoderio/> > Institutional website: ICOMVIS <http://www.icomvis.una.ac.cr/> > > [[alternative HTML version deleted]] > > _______________________________________________ > R-SIG-Mac mailing list > [email protected] > https://stat.ethz.ch/mailman/listinfo/r-sig-mac _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
