The R Project SVN R

Rev

Rev 7002 | 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 string which specifies what kind of
  environment \R is being run in.
}
\seealso{
  \code{\link{Machine}} for the computer's characteristics in arithmetics.
}
\examples{
machine()# to see yours
if (machine() == "Macintosh")
  cat("You are using a Macintosh computer\n")
}
\keyword{environment}
\keyword{programming}