listVersions | R Documentation |
Generate a list of packages installed and their version number.
listVersions(file="", ...)
file |
a character string naming a file or a connection open for writing. '""' indicates output to the console. |
... |
arguments to |
This function is useful in reporting problems or bugs, to ensure there is a clear match of R package versions between the system exhibiting the issue and the test system replicating the issue.
By default the information is written to the console in a comma separated form, that is ideally designed to be written to a CSV file for emailing.
write.csv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.