Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

envDocument

R package providing a method to document the working environment for a script to support Reproducible Research

Provides method env_doc() which collects information on the system (OS, version, user), attached packages (name, source, version), R version and script (working directory, script path and modification time) and organizes them into a single data frame for manipulation and/or formatting (for example with knitr::kable())

Changes

See the changes described in envDocument/NEWS.md for a summary of version-to-version changes

Installation

Recommended: install from CRAN. See https://cran.r-project.org/package=envDocument

Alternatives: Either download the current .tar.gz file from the packageReleases directory or use the following R console command:

devtools::install_git("https://github.com/dgJacks0n/envDocument", subdir="envDocument") 

Note: due to a known bug in git2r installation from a specified tag does not work

About

R package with utilities that quickly collect and format information about the environment where a script is sourced. Facilitates reproducible research practices

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.