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>