utils (version 3.3.3)

DLL.version: DLL Version Information

Description

Return the version of the package and the version of R used to build the DLL, if available.

Usage

DLL.version(path)

Arguments

path
character vector of length one giving the complete path to the DLL.

Value

If the DLL does not exist, NULL. A character vector of length two, giving the DLL version and the version of R used to build the DLL. If the information is not available, the corresponding string is empty.

Examples

Run this code
DLL.version(file.path(R.home("bin"), "R.dll"))
DLL.version(file.path(R.home(), "library/stats/libs", .Platform$r_arch, "stats.dll"))

Run the code above in your browser using DataCamp Workspace