contrib.url(utils)
contrib.url()所属R语言包:utils
Find Appropriate Paths in CRAN-like Repositories
CRAN上,像仓库中找到适当的路径
译者:生物统计家园网 机器人LoveR
描述----------Description----------
contrib.url adds the appropriate type-specific path within a repository to each URL in repos.
contrib.url添加一个仓库内适当的特定类型的路径每个repos的URL。
用法----------Usage----------
contrib.url(repos, type = getOption("pkgType"))
参数----------Arguments----------
参数:repos
character vector, the base URL(s) of the repositories to use.
特征向量,基本URL(S)的仓库使用。
参数:type
character string, indicating which type of packages: see install.packages.
字符串,表明包的类型:install.packages。
值----------Value----------
A character vector of the same length as repos.
一个repos长度相同的特征向量。
参见----------See Also----------
available.packages, download.packages, install.packages.
available.packages,download.packages,install.packages。
The "R Installation and Administration" manual for how to set up a repository.
“R安装和管理的手册为如何建立一个仓库。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|