Description Usage Arguments Details Author(s)
View source: R/checkPackagesVersions.R
Returns a data.table of versions of all packages attached to your current R session, or used in a simulation - including git commit if a package was installed from github and similars.
1 | checkPackagesVersions(simList = NULL, filePath = NULL)
|
simList |
simList object resulting from a SpaDES call. Default is 'NULL'. |
filePath |
Character string. If passed, the table is written to the specified file path, as an 'RDS' file. Default is 'NULL'. |
If you don't provide it, the function will return the information regarding your current R session's informartion. When running a simulation, it is automatically be created by the 'spades()' and attached as the invisible object '.packagesVersions'.
Tati Micheletti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.