make.collate.roclet(roxygen)
make.collate.roclet()所属R语言包:roxygen
Make collate roclet which parses the given files; topologically...
整理roclet解析给定的文件;拓扑...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Make collate roclet which parses the given files; topologically sorting @includes, and either merging the Collate: directive with a pre-existing "DESCRIPTION" or writing to
使的整理roclet解析给定的文件拓扑排序@include的,并与预先存在的Collate:合并DESCRIPTION指令或书面形式向
用法----------Usage----------
make.collate.roclet(merge.file, target.file="", verbose=TRUE)
参数----------Arguments----------
参数:merge.file
"DESCRIPTION" file with which to merge directive; or NULL for none
DESCRIPTION与合并指令或NULL文件没有
参数:target.file
whither to cat directive (whether merged or not); blank line is standard out
到哪里去cat指令(无论合并与否);空白行标准输出
参数:verbose
whether to describe what we're doing with the target.file </table>
是否来形容我们正在做什么用的target.file </ TABLE>
Details
详细信息----------Details----------
Each @include tag should specify the filename of one intrapackage dependency; multiple @include tags may be given.
每一个@include标签指定文件名依赖一个intrapackage;,可给予多个@include标签。
Contains the member function parse which parses an arbitrary number
包含parse解析任意数量的成员函数
值----------Value----------
Rd roclet
路roclet
参见----------See Also----------
make.roclet
make.roclet
实例----------Examples----------
#' in the `example' directory, with dependencies[“在的例如”目录,具有相关性的]
#' a -> {b, c}. This is `example-a.R'.[ - > {B,C}。这是例如,a.R“。]
#' @include example-b.R[@包括例如b.R]
#' @include example-c.R[@包括例如c.R]
roxygen()
roclet <- make.collate.roclet()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|