envdocument

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

https://github.com/dgjacks0n/envdocument

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: dgJacks0n
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Size: 4.19 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Created over 10 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

envDocument

A R package to report various aspects of the environment in which an analysis was run. This includes system information, packages used, working directory, script path and git repository (if any; uses git2r).

Output can be returned as a data table, printed, or formatted using knitr::kable.

Usage

``` r

get environment information as a data frame

info <- env_doc()

format environment information as a table

env_doc("table")

print environment information

env_doc("print") ```

Owner

  • Name: DonJ
  • Login: dgJacks0n
  • Kind: user

GitHub Events

Total
  • Issues event: 1
  • Member event: 1
  • Push event: 8
  • Pull request event: 1
  • Create event: 1
Last Year
  • Issues event: 1
  • Member event: 1
  • Push event: 8
  • Pull request event: 1
  • Create event: 1

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 293
  • Total Committers: 4
  • Avg Commits per committer: 73.25
  • Development Distribution Score (DDS): 0.027
Top Committers
Name Email Commits
Donald Jackson d****n@b****m 285
DonJ d****1@g****m 5
unknown j****d@4****m 2
DGJackson 1****n@u****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 5
  • Total pull requests: 8
  • Average time to close issues: over 3 years
  • Average time to close pull requests: about 7 hours
  • Total issue authors: 3
  • Total pull request authors: 1
  • Average comments per issue: 1.2
  • Average comments per pull request: 0.13
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rVMLql58 (2)
  • dgJacks0n (2)
  • jjramsey (1)
Pull Request Authors
  • dgJacks0n (8)
Top Labels
Issue Labels
bug (3) enhancement (2)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 216 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: envDocument

Document the R Working Environment

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 216 Last month
Rankings
Dependent repos count: 23.9%
Forks count: 27.8%
Dependent packages count: 28.7%
Stargazers count: 30.9%
Average: 33.7%
Downloads: 57.0%
Maintainers (1)
Last synced: 11 months ago

Dependencies

envDocument/DESCRIPTION cran
  • git2r >= 0.22.1 imports
  • methods * imports
  • utils * imports
  • knitr >= 1.13 suggests
  • stringr >= 1.2.0 suggests
  • testthat >= 1.0.2 suggests