buildVignettes(tools)
buildVignettes()所属R语言包:tools
List and Build Package Vignettes
列出并建立包小故事
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Run Sweave and texi2dvi on all vignettes of a package.
运行Sweave和texi2dvi包中的所有护身符。
用法----------Usage----------
buildVignettes(package, dir, lib.loc = NULL, quiet = TRUE, clean = TRUE)
pkgVignettes(package, dir, lib.loc = NULL)
参数----------Arguments----------
参数:package
a character string naming an installed package. If given, Sweave files are searched in subdirectory "doc".
一个字符串,命名已安装的软件包。如果给定,Sweave文件搜索子目录doc。
参数:dir
a character string specifying the path to a package's root source directory. This subdirectory "vignettes" (or if it does not exist "inst/doc") is searched for Sweave files.
一个字符串,指定包的根源目录的路径。这个子目录vignettes(或如果它不存在inst/doc)搜索Sweave文件。
参数:lib.loc
a character vector of directory names of R libraries, or NULL. The default value of NULL corresponds to all libraries currently known. The specified library trees are used to search for package.
特征向量的研发图书馆的目录名,或NULL。默认值的NULL对应于目前已知的所有库。指定库树是用来搜索package。
参数:quiet
logical. Run Sweave and texi2pdf in quiet mode.
逻辑。在安静模式下运行Sweave和texi2pdf。
参数:clean
Remove all files generated by the build, even if there were copies there before.
删除由编译生成的所有文件,即使有副本,有前。
Details
详情----------Details----------
buildVignettes is used by R CMD build and R CMD check to (re-)build vignette PDFs on the Sweave sources.
buildVignettesR CMD build和R CMD check(重新)建立暗角的PDF Sweave来源。
值----------Value----------
buildVignettes is called for its side effect of creating the PDF versions of all vignettes.
buildVignettes被称为其创建的所有插曲的PDF版本的副作用。
pkgVignettes returns an object of class "pkgVignettes" if a vignette directory is found, otherwise NULL.
pkgVignettes类"pkgVignettes"如果一个小插曲目录被发现,否则NULL返回一个对象。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|