The R Project SVN R

Rev

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

Rev 27360 Rev 27447
Line 19... Line 19...
19
  \R package version numbers are of the form \code{x.y-z} for integers
19
  \R package version numbers are of the form \code{x.y-z} for integers
20
  \code{x}, \code{y} and \code{z}, with components after \code{x}
20
  \code{x}, \code{y} and \code{z}, with components after \code{x}
21
  optionally missing (in which case the version number is older than
21
  optionally missing (in which case the version number is older than
22
  those with the components present). 
22
  those with the components present). 
23
}
23
}
24
\seealso{\code{\link{library}}, \code{\link{packageStatus}}.}
24
\seealso{\code{\link{library}}, \code{\link[utils]{packageStatus}}.}
25
\examples{
25
\examples{
26
compareVersion("1.0", "1.0-1")
26
compareVersion("1.0", "1.0-1")
27
compareVersion("7.2-0","7.1-12")
27
compareVersion("7.2-0","7.1-12")
28
}
28
}
29
\keyword{utilities}
29
\keyword{utilities}