Package: envDocument 2.4.1.9002
envDocument: Document the R Working Environment
Prints out information about the R working environment (system, R version,loaded and attached packages and versions) from a single function "env_doc()". Optionally adds information on git repository, tags, commits and remotes (if available).
Authors:
envDocument_2.4.1.9002.tar.gz
envDocument_2.4.1.9002.zip(r-4.5)envDocument_2.4.1.9002.zip(r-4.4)envDocument_2.4.1.9002.zip(r-4.3)
envDocument_2.4.1.9002.tgz(r-4.4-any)envDocument_2.4.1.9002.tgz(r-4.3-any)
envDocument_2.4.1.9002.tar.gz(r-4.5-noble)envDocument_2.4.1.9002.tar.gz(r-4.4-noble)
envDocument_2.4.1.9002.tgz(r-4.4-emscripten)envDocument_2.4.1.9002.tgz(r-4.3-emscripten)
envDocument.pdf |envDocument.html✨
envDocument/json (API)
NEWS
# Install 'envDocument' in R: |
install.packages('envDocument', repos = c('https://dgjacks0n.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dgjacks0n/envdocument/issues
Last updated 4 years agofrom:b4e5f546e0. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | NOTE | Oct 30 2024 |
R-4.5-linux | NOTE | Oct 30 2024 |
R-4.4-win | NOTE | Oct 30 2024 |
R-4.4-mac | NOTE | Oct 30 2024 |
R-4.3-win | NOTE | Oct 30 2024 |
R-4.3-mac | NOTE | Oct 30 2024 |
Exports:env_docget_Rversionget_scriptpathgetDominoInfogetGitInfogetPackageInfogetRepogetScriptInfogetScriptPathgetSysInfo
Dependencies:git2r
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Document the environment under which an analysis was performed | envDocument-package envDocument |
Report the working environment in which an analysis was performed. | env_doc |
Get information on R version | get_Rversion |
Get information about a Domino Datalab run from environment variables in the run environment | getDominoInfo |
Get git repository information for a script | getGitInfo |
Get information on attached packages | getPackageInfo |
Locate the git repository where a file is tracked | getRepo |
Get information about the calling script | getScriptInfo |
Get the path of the calling script | getScriptPath get_scriptpath |
Get system information. | getSysInfo |
Return a consistent failure result when something is not available | infoNotFound |