Rev 42333 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/utils/man/windows/DLL.version.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Development Team% Distributed under GPL 2 or later\name{DLL.version}\alias{DLL.version}\title{DLL Version Information}\description{Return the version of the package and the version of \R used tobuild the DLL, if available (usually only since \R version 1.2.0).}\usage{DLL.version(path)}\arguments{\item{path}{character vector of length one giving the complete path tothe DLL.}}\value{If the DLL does not exist, \code{NULL}.A character vector of two, giving the DLL version and the version of\R used to build the DLL. If the information is not available, thecorresponding string is empty.}\examples{DLL.version(file.path(R.home(), "bin/R.dll"))DLL.version(file.path(R.home(), "library/stats/libs/stats.dll"))}\keyword{utilities}