This returns the name of the computer (host) S-PLUS is running on.
USAGE:
gethostname()
VALUE:
The name given to this computer. This is not the brand or model
of computer but the name assigned to it by the user. On Windows,
this is returned from the C API function
GetComputerName,
and on Unix from
gethostname.