DLL.version(utils)
DLL.version()所属R语言包:utils
DLL Version Information
DLL的版本信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the version of the package and the version of R used to build the DLL, if available.
返回软件包的版本和用于生成DLL,如果可用的R版本。
用法----------Usage----------
DLL.version(path)
参数----------Arguments----------
参数:path
character vector of length one giving the complete path to the DLL.
特征向量的长度为一个DLL的完整路径。
值----------Value----------
If the DLL does not exist, NULL.
如果DLL不存在,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.
一个长度为2的特征向量,使DLL版本和版本的R用来生成DLL。如果信息不可用,相应的字符串是空的。
举例----------Examples----------
DLL.version(file.path(R.home("bin"), "R.dll"))
DLL.version(file.path(R.home(), "library/stats/libs", .Platform$r_arch, "stats.dll"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|