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 R session
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.