Skip to content

hash value of list is platform-dependent #956

Closed Answered by xinstein
xinstein asked this question in Help
Discussion options

You must be logged in to vote

Thanks to @wlandau I now located the differences down to serialization schemes of version 3 in the R base function base::serialize.

base::serialize(list(aa = "aaval", bb = "bbval", cc = "ccval", dd = "ddval"), connection = stdout(), version = 3L)

the result of this differs on my Windows and Linux.

I created a topic in https://community.rstudio.com/ as @wlandau suggested.

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@xinstein
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@wlandau
Comment options

@xinstein
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by xinstein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants