.Machine is a variable holding information on the numerical characteristics of the machine R is running on, such as the largest double or integer and the machine's precision.
.Machine
# NOT RUN {
.Machine
## or for a neat printout
noquote(unlist(format(.Machine)))
# }