envDocument-package {envDocument} | R Documentation |
Document the environment under which an analysis was performed
Description
Provides a function env_doc
that collects information on the
script, environment and system that performed an analysis.
Details
Returns a data frame with information on:
- R version
- Attacheded packages and version
- OS, version and user
- Path and modification time of the calling script
- Git commit and tag info (optional, requires
git2r
)
Results are collected in a standardized data frame that can be queried or
pretty-printed using kable
or similar methods.
Author(s)
Maintainer: Donald Jackson donald.jackson@bms.com
See Also
Useful links:
[Package envDocument version 2.4.1 Index]