Find all packages in a dependency chain
找到的所有软件包的依赖关系链
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Use current.packages to find all the packages suggested or required by a given package, and the currently installed version number for each.
使用current.packages找到所有的套件,或需要一个给定的包,和目前安装的每一个版本号。
用法----------Usage----------
current.packages(package)
参数----------Arguments----------
参数:package
a character string corresponding to the name of an installed package
已安装的包的名称相对应的一个字符串
值----------Value----------
A matrix containing the current version number of the packages suggested or required by package.
一个矩阵的package建议或要求的包中包含的当前版本号。
(作者)----------Author(s)----------
Olivia Lau <<a href="mailtolau@fas.harvard.edu">olau@fas.harvard.edu</a>>