В Sun, 17 Nov 2024 14:45:58 +0100
Patrick Giraudoux <patrick.giraud...@univ-fcomte.fr> пишет:

> Then I get x = a character of 658 elements, same for xx, same for nmxx

Thank you for providing the information!

The problem is that the following code:

diff <- xx[nmxx] != x[nmxx]

...somehow gives missing values. What's in 'diff'? What is
nmxx[is.na(diff)]? What about x[nmxx[is.na(diff)]] and
xx[nmxx[is.na(diff)]]?

It looks like tools::md5sum() fails to open some of the files (and thus
returns NA). The cause of that may depend on which version of Windows
you're running and your locale settings, hence the need for the
sessionInfo() output.

-- 
Best regards,
Ivan

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to