installReps(webbioc)
installReps()所属R语言包:webbioc
Install all repository packages
安装所有的库包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Using reposTools, install/update all packages from given repositories.
使用reposTools,安装/更新所有的软件包,从给定的库。
用法----------Usage----------
installReps(repNames = "aData", lib = .libPaths()[1],
type = getOption("pkgType"))
参数----------Arguments----------
参数:repNames
A character vector containing repository names. A listing of known repository names can be found with the getReposOption() function.
字符向量库名称。已知的库名称的列表,可以发现与getReposOption()函数。
参数:lib
A path to install/update the packages. If this directory does not exist, it will be created (if possible).
安装/更新软件包路径。如果此目录不存在,它将被创建(如果可能)。
参数:type
type of package do download
封装类型做下载
作者(S)----------Author(s)----------
Colin A. Smith <a href="mailto:webbioc@colinsmith.org">webbioc@colinsmith.org</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|