dwww Home | Show directory contents | Find package

library("R.oo")

message("TESTING: hashCode() ...")

y <- hashCode(character(0L))
print(y)

y <- hashCode("")
print(y)

y <- hashCode(base::letters)
print(y)

y <- hashCode(integer(0L))
print(y)

y <- hashCode(1:10)
print(y)

y <- hashCode(double(0L))
print(y)

y <- hashCode(1:10+0.1)
print(y)

y <- hashCode(list(0L))
print(y)

y <- hashCode(as.list(1:10))
print(y)



message("TESTING: hashCode() ... DONE")

Generated by dwww version 1.15 on Thu May 23 23:45:38 CEST 2024.