The R Project SVN R

Rev

Rev 63555 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

% File src/library/utils/man/windows/winextras.Rd
% Part of the R package, http://www.R-project.org
% Copyright 1995-2014 R Core Team
% Distributed under GPL 2 or later

\name{winextras}
\alias{win.version}
\title{Get Windows Version}
\description{
Get the self-reported Windows version number.  
}
\usage{
win.version()
}
\details{
  \code{win.version} is an auxiliary function for
  \code{\link{bug.report}} which returns a character string describing
  the version of Windows in use. 
}
\note{
This function is only available on Microsoft Windows.  
    
The result is based on the Windows
\code{GetVersionEx} API function which reports 
erroneous information in Windows 8.1 and later.
}
\keyword{utilities}