找回密码
 注册
查看: 327|回复: 0

R语言 sessionTools包 packageInfo()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 01:31:15 | 显示全部楼层 |阅读模式
packageInfo(sessionTools)
packageInfo()所属R语言包:sessionTools

                                         Extract Package Info
                                         解压包信息

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Extracts package names and versions from the sessionInfo object.
解压缩包名称和版本从sessionInfo对象。


用法----------Usage----------


packageInfo(sessionInfo = sessionInfo())



参数----------Arguments----------

参数:sessionInfo
sessionInfo object from a call to sessionInfo or sessionSummary  
sessionInfo的对象调用sessionInfo或sessionSummary


Details

详细信息----------Details----------

This method is intended to be used to get a listing of optional packages that are loaded in the current session. Packages listed in the "otherPackages" component are optional packages that were attached to the search path using a call to library. Packges listed in the "loadedOnly"  component were imported into the namespace of one of the "otherPackages", but are not attached to the search path.
这种方法被用来得到一个房源的可选包,在当前会话中加载。在“otherPackages”组件的套件连接的可选包,通过调用库的搜索路径。列在“loadedOnly”组件中导入的命名空间的的“otherPackages”Packges,但没有附加的搜索路径。


值----------Value----------

A list containing the following elements:
一个列表,其中包含以下元素:


参数:loadedOnly
packages loaded via a namespace
通过命名空间的包加载


参数:otherPackages
packages attached by a call to library
包连接调用library

Each element of the list contains a named list where the name is the package name and the value is the package version.
列表中的每个元素包含一个命名列表中的名称是软件包的名称和值是软件包的版本。


(作者)----------Author(s)----------



Matthew D. Furia <a href="mailto:matt.furia@sagebase.org">matt.furia@sagebase.org</a>

<a href="https://github.com/MattNapsAlot">https://github.com/MattNapsAlot</a>




参见----------See Also----------

sessionInfo, sessionSummary
sessionInfo,sessionSummary


实例----------Examples----------


info <- sessionInfo()
pkg.info <- packageInfo(info)

info <- sessionSummary()
pkg.info <- packageInfo(info)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-5-21 03:05 , Processed in 0.018591 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表