envDocument-package {envDocument} | R Documentation |
Provides a function env_doc
that collects information on the
script, environment and system that performed an analysis.
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.
Maintainer: Donald Jackson donald.jackson@bms.com
Useful links: