In general the warning message when coercing double values that are to high exists. But for some values it does not appear consistently. ``` as.integer64(c(9223372036854776000)) # integer64 # [1] <NA> ```