Closed
Description
is it always possible to suggest an exact alternative? I think it should be. so
as.integer(1) -> suggest 1L
as.numeric(NA) -> suggest NA_real_
etc. looking again I think it's definitely a big enough undertaking to warrant its own PR
Originally posted by @MichaelChirico in #1437 (comment)