The R Project SVN R

Rev

Rev 75160 | Rev 86967 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75160 Rev 77213
Line 51... Line 51...
51
\note{
51
\note{
52
  The meaning of \code{release} and \code{version} is system-dependent:
52
  The meaning of \code{release} and \code{version} is system-dependent:
53
  on a Unix-alike they normally refer to the kernel.  There, usually
53
  on a Unix-alike they normally refer to the kernel.  There, usually
54
  \code{release} contains a numeric version and \code{version} gives
54
  \code{release} contains a numeric version and \code{version} gives
55
  additional information.  Examples for \code{release}:
55
  additional information.  Examples for \code{release}:
56
\preformatted{
56
  \preformatted{
57
  "4.17.11-200.fc28.x86_64" # Linux (Fedora)
57
    "4.17.11-200.fc28.x86_64" # Linux (Fedora)
58
  "3.16.0-5-amd64"          # Linux (Debian)
58
    "3.16.0-5-amd64"          # Linux (Debian)
59
  "17.7.0"                  # macOS 10.13.6
59
    "17.7.0"                  # macOS 10.13.6
60
  "5.11"                    # Solaris
60
    "5.11"                    # Solaris
61
}
61
  }
62
  
62
  
63
  There is no guarantee that the node or login or user names will be
63
  There is no guarantee that the node or login or user names will be
64
  what you might reasonably expect.  (In particular on some Linux
64
  what you might reasonably expect.  (In particular on some Linux
65
  distributions the login name is unknown from sessions with re-directed
65
  distributions the login name is unknown from sessions with re-directed
66
  inputs.)
66
  inputs.)