spatstat (version 1.39-1)

sessionLibs: Print Names and Version Numbers of Libraries Loaded

Description

Prints the names and version numbers of libraries currently loaded by the user.

Usage

sessionLibs()

Arguments

Value

  • Null.

Details

This function prints a list of the libraries loaded by the user in the current session, giving just their name and version number. It obtains this information from sessionInfo.

This function is not needed in an interactive Rsession because the package startup messages will usually provide this information. Its main use is in an Sweave script, where it is needed because the package startup messages are not printed.

See Also

sessionInfo