mirrorAdmin(utils)
mirrorAdmin()所属R语言包:utils
Managing Repository Mirrors
管理信息库后视镜
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functions helping to maintain CRAN, some of them may also be useful for administrators of other repository networks.
功能帮助保持CRAN的,其中一些也可能是有用的其他库网络管理员。
用法----------Usage----------
mirror2html(mirrors = NULL, file = "mirrors.html",
head = "mirrors-head.html", foot = "mirrors-foot.html")
checkCRAN(method)
参数----------Arguments----------
参数:mirrors
A data frame, by default the CRAN list of mirrors is used.
一个数据框,默认情况下,CRAN的镜子名单。
参数:file
A connection or a character string.
连接或一个字符串。
参数:head
Name of optional header file.
可选的头文件的名称。
参数:foot
Name of optional footer file.
可选的页脚文件的名称。
参数:method
Download method, see download.file.
下载方法,请参阅download.file。
Details
详情----------Details----------
mirror2html creates the HTML file for the CRAN list of mirrors and invisibly returns the HTML text.
mirror2html创建CRAN的镜子列表的HTML文件和无形返回的HTML文本。
checkCRAN performs a sanity checks on all CRAN mirrors.
checkCRAN CRAN的镜子上所有执行完整性检查。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|