write_REPOSITORY(biocViews)
write_REPOSITORY()所属R语言包:biocViews
Write a REPOSITORY control file for a CRAN-style package repository
写了一个CRAN的风格包库库控制文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function writes a REPOSITORY file at the top-level of a CRAN-style repository. This file is DCF formatted and describes the location of packages available in the repository. Here is an example for a repository containing only source and Windows binary packages:
这个函数写在一个CRAN的风格库的顶级REPOSITORY文件。这个文件是DCF格式,并介绍了包库中的位置。下面是一个包含的唯一来源和Windows二进制包库的例子:
用法----------Usage----------
write_REPOSITORY(reposRootPath, contribPaths)
参数----------Arguments----------
参数:reposRootPath
character vector containing the path to the CRAN-style repository root directory.
字符向量CRAN的风格库根目录的路径。
参数:contribPaths
A named character vector. Valid names are source, win.binary, win64.binary, mac.binary, and mac.binary.leopard. Values indicate the paths to the package archives relative to the reposRoot.
命名的特征向量。有效的名字是:source,win.binary,win64.binary,mac.binary,mac.binary.leopard。值表示的包档案相对reposRoot的路径。
作者(S)----------Author(s)----------
Seth Falcon
参见----------See Also----------
write_PACKAGES, extractVignettes, genReposControlFiles, write_VIEWS
write_PACKAGES,extractVignettes,genReposControlFiles,write_VIEWS
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|