The R Project SVN R

Rev

Rev 86967 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86967 Rev 87490
Line 71... Line 71...
71
  portable: the POSIX command \code{system("id")} is much more portable
71
  portable: the POSIX command \code{system("id")} is much more portable
72
  on Unix-alikes, provided only the POSIX options \option{-[Ggu][nr]} are
72
  on Unix-alikes, provided only the POSIX options \option{-[Ggu][nr]} are
73
  used (and not the many BSD and GNU extensions).  \command{whoami} is
73
  used (and not the many BSD and GNU extensions).  \command{whoami} is
74
  equivalent to \command{id -un} (on Solaris, \command{/usr/xpg4/bin/id -un}).
74
  equivalent to \command{id -un} (on Solaris, \command{/usr/xpg4/bin/id -un}).
75
 
75
 
76
  Windows may report unexpected versions: there, see the help for
76
  Windows may report unexpected versions: see the help for
77
#ifdef windows
-
 
78
    \code{\link{win.version}()}.
77
  \code{\link{win.version}}.
79
#else
-
 
80
    \code{win.version()}.
-
 
81
#endif
-
 
82
}
78
}
83
 
79
 
84
\seealso{
80
\seealso{
85
  \code{\link{.Platform}}, and \code{\link{R.version}}.
81
  \code{\link{.Platform}}, and \code{\link{R.version}}.
86
  \code{\link{sessionInfo}()} gives a synopsis of both your system and
82
  \code{\link{sessionInfo}()} gives a synopsis of both your system and