Rev 12778 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{machine}\title{Determine the Machine R is Running On}\usage{machine()}\alias{machine}\description{This function returns a character string which specifies what kind ofenvironment \R is being run in.}\seealso{\code{\link{.Platform}} which provides more than \code{machine()};\code{\link{Machine}} for the computer's characteristics in arithmetics;}\examples{machine()# to see yourstolower(machine()) == .Platform $ OS ## --> often TRUEif (machine() == "Macintosh")cat("You are using a Macintosh computer\n")}\keyword{environment}\keyword{programming}