package.dependencies(tools)
package.dependencies()所属R语言包:tools
Check Package Dependencies
检查程序包相关性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Parses and checks the dependencies of a package against the currently installed version of R (and other packages).
分析和检查软件包的依赖关系,对目前安装的版本的R(包等)。
用法----------Usage----------
package.dependencies(x, check = FALSE,
depLevel = c("Depends", "Imports", "Suggests"))
参数----------Arguments----------
参数:x
A matrix of package descriptions as returned by available.packages.
由available.packages返回软件包描述矩阵。
参数:check
If TRUE, return logical vector of check results. If FALSE, return parsed list of dependencies.
如果TRUE,返回检查结果的逻辑向量。如果FALSE,返回解析依赖项列表。
参数:depLevel
Whether to look for Depends or Suggests level dependencies.
无论是寻找Depends或Suggests级别的依赖关系。
Details
详情----------Details----------
Currently we only check if the package conforms with the currently running version of R. In the future we might add checks for inter-package dependencies.
目前,我们只检查,如果包符合当前运行的河在未来的版本,我们可能会增加包间的依赖关系检查。
参见----------See Also----------
update.packages
update.packages
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|