extractVignettes(biocViews)
extractVignettes()所属R语言包:biocViews
Extract pdf vignettes from local package repository
从当地包库中提取PDF护身符
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function extracts pdf files from the inst/doc subdirectory of R source packages archives (.tar.gz) found in a local package repository.
此功能inst/docR的源代码包的子目录中提取PDF文件档案(.tar.gz)在本地包库中找到。
All pdf files found in inst/doc will be extracted. Only source package archives will be processed. The extracted pdf files will be extracted under destDir and will be found in PKGNAME/inst/doc/*.pdf.
inst/doc发现所有的PDF文件将被提取。只有源包文件将被处理。提取PDF文件将被提取下destDir,将PKGNAME/inst/doc/*.pdf。
Prior to extraction, all pdf files in destDir/PKGNAME/inst/doc will be removed.
在此之前提取,在destDir/PKGNAME/inst/doc所有PDF文件将被删除。
用法----------Usage----------
extractVignettes(reposRoot, srcContrib, destDir)
参数----------Arguments----------
参数:reposRoot
character vector giving the path to the root of the local CRAN-style package repository
给到当地CRAN的风格包库的根路径的特征向量
参数:srcContrib
character vector giving the relative path from the reposRoot to the source packages. In a standard CRAN-style repository, this will be src/contrib.
特征向量给reposRoot源码包的相对路径。在一个标准的CRAN的风格库,这将是src/contrib。
参数:destDir
character vector specifying the directory in which the extracted files will be written. If missing, files will be written to <reposRoot>/vignettes.
特征向量指定目录中提取文件将被写入。如果丢失,文件将被写入<reposRoot>/vignettes。
作者(S)----------Author(s)----------
Seth Falcon
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|