The R Project SVN R

Rev

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

Rev 20267 Rev 20279
Line 32... Line 32...
32
  \item{year}{the year the version was released}
32
  \item{year}{the year the version was released}
33
  \item{month}{the month the version was released}
33
  \item{month}{the month the version was released}
34
  \item{day}{the day the version was released}
34
  \item{day}{the day the version was released}
35
  \item{language}{always \code{"R"}.}
35
  \item{language}{always \code{"R"}.}
36
}
36
}
-
 
37
\note{
-
 
38
  Do \emph{not} use \code{R.version$os} to test the platform the
-
 
39
  code is running on: use \code{.Platform$OS.type} instead.  Slightly
-
 
40
  different versions of the OS may report different values of
-
 
41
  \code{R.version$os}, as may different versions of \R.
-
 
42
}
37
\seealso{
43
\seealso{
38
\code{\link{.Platform}}.
44
  \code{\link{.Platform}}.
39
}
45
}
40
\examples{
46
\examples{
41
R.version$os # to check how lucky you are ...
47
R.version$os # to check how lucky you are ...
42
plot(0) # any plot
48
plot(0) # any plot
43
mtext(R.version.string, side=1,line=4,adj=1)# a useful bottom-right note
49
mtext(R.version.string, side=1,line=4,adj=1)# a useful bottom-right note