write_SYMBOLS(biocViews)
write_SYMBOLS()所属R语言包:biocViews
Write a SYMBOLS file
写一个符号文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Writes a DCF formatted file, SYMBOLS, containing the symbols exported by each package in a directory containg R package source directories.
写的DCF格式的文件,符号,每包出口在containg R包源目录的目录符号。
用法----------Usage----------
write_SYMBOLS(dir, verbose = FALSE, source.dirs=FALSE)
参数----------Arguments----------
参数:dir
The root of a CRAN-style package repository containing source packages. When source.dirs is TRUE, dir should be a directory containing R package source directories
一个CRAN的风格包库,包含源代码包的根。当source.dirs是TRUE,dir应该是一个目录包含R包源目录
参数:verbose
Logical. When TRUE, progress is printed to the standard output.
逻辑。当TRUE,进度印到标准输出。
参数:source.dirs
Logical. When TRUE, interpret dir as a directory containing source package directories. When FALSE, the default, dir is assumed to be the root of a CRAN-style package repository and the function will operate on the source package tarballs in dir/src/contrib.
逻辑。当TRUE,解释dir作为一个包含源码包目录的目录。当FALSE,默认情况下,dir被认为是一个CRAN的风格包库根和功能操作上的源码包tar包dir/src/contrib。
值----------Value----------
Returns NULL. Called for the side-effect of creating a SYMBOLS file in dir.
返回NULL的。呼吁创建一个符号dir文件的副作用。
作者(S)----------Author(s)----------
S. Falcon
参见----------See Also----------
write_PACKAGES write_VIEWS
write_PACKAGESwrite_VIEWS
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|