The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 17... Line 17...
17
  \item{path}{character vector of length one giving the complete path to
17
  \item{path}{character vector of length one giving the complete path to
18
    the DLL.}
18
    the DLL.}
19
}
19
}
20
\value{
20
\value{
21
  If the DLL does not exist, \code{NULL}.
21
  If the DLL does not exist, \code{NULL}.
22
  
22
 
23
  A character vector of length two, giving the DLL version and the version of
23
  A character vector of length two, giving the DLL version and the version of
24
  \R used to build the DLL.  If the information is not available, the
24
  \R used to build the DLL.  If the information is not available, the
25
  corresponding string is empty.
25
  corresponding string is empty.
26
}
26
}
27
\examples{
27
\examples{