checkPackagesVersions: All packages' versioning

Description Usage Arguments Details Author(s)

View source: R/checkPackagesVersions.R

Description

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.

Usage

1
checkPackagesVersions(simList = NULL, filePath = NULL)

Arguments

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'.

Details

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'.

Author(s)

Tati Micheletti


tati-micheletti/usefulFuns documentation built on July 7, 2020, 3:19 p.m.