A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

toxpiR

R package for the Toxicological Priority Index (ToxPi) prioritization algorithm.
https://github.com/ToxPi/toxpiR

Category: Natural Resources
Sub Category: Ecotoxicology

Keywords

data-science modeling r r-package toxicology

Last synced: about 20 hours ago
JSON representation

Repository metadata

toxpiR R package for the Toxicological Priority Index (ToxPi) algorithm.

README.md

toxpiR

Project Status: Active – The project has reached a stable, usable state and is being actively developed.
R-CMD-check
cran-version
downloads
codecov

R package for the Toxicological Priority Index (ToxPi) prioritization algorithm.
Package developed and maintained by the Reif Lab.

Installation

Current stable release (CRAN):

install.packages("toxpiR")

Current stable release (Build from GitHub):

remotes::install_github("ToxPi/toxpiR", 
                        dependencies = TRUE)
                        
Note: Users may need to ensure "remotes" package and packages
requiring "BiocManager" are installed before building package.

if (!require(remotes)) install.packages("remotes")

if (!require(BiocManager, quietly = TRUE)) {
  install.packages("BiocManager")
}
BiocManager::install(c("S4Vectors","BiocGenerics"))

Current stable release (Build from GitHub with vignettes):

remotes::install_github("ToxPi/toxpiR",
                        dependencies = TRUE, 
                        build_vignettes = TRUE)

Note: Building packages with vignettes requires the package
"pandoc" to be installed.

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 5 days ago

Total Commits: 48
Total Committers: 7
Avg Commits per committer: 6.857
Development Distribution Score (DDS): 0.458

Commits in past year: 3
Committers in past year: 2
Avg Commits per committer in past year: 1.5
Development Distribution Score (DDS) in past year: 0.333

Name Email Commits
Dayne Filer d****r@g****m 26
SkylarMarvel s****l@n****u 11
Dillon Lloyd 5****6 3
David Reif 4****f 3
Preethi Thunga p****a@n****u 2
Jonathon Fleming j****9@g****m 2
Jonathon-Fleming 6****g 1

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 11
Total pull requests: 13
Average time to close issues: 9 months
Average time to close pull requests: 1 day
Total issue authors: 6
Total pull request authors: 5
Average comments per issue: 2.0
Average comments per pull request: 0.15
Merged pull request: 11
Bot issues: 0
Bot pull requests: 0

Past year issues: 4
Past year pull requests: 4
Past year average time to close issues: 2 days
Past year average time to close pull requests: 3 days
Past year issue authors: 3
Past year pull request authors: 2
Past year average comments per issue: 0.5
Past year average comments per pull request: 0.25
Past year merged pull request: 4
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ToxPi/toxpiR

Top Issue Authors

  • daynefiler (5)
  • mattjmeier (2)
  • flemingjf (1)
  • patlewig (1)
  • ndaly15 (1)
  • qianyulia (1)

Top Pull Request Authors

  • daynefiler (6)
  • flemingjf (3)
  • SkylarMarvel (2)
  • davidmreif (1)
  • ghost (1)

Top Issue Labels

  • enhancement (4)
  • help wanted (1)
  • documentation (1)

Top Pull Request Labels


Package metadata

cran.r-project.org: toxpiR

Create ToxPi Prioritization Models

  • Homepage: https://github.com/ToxPi/toxpiR
  • Documentation: http://cran.r-project.org/web/packages/toxpiR/toxpiR.pdf
  • Licenses: GPL (≥ 3)
  • Latest release: 1.3.0 (published 8 months ago)
  • Last Synced: 2025-04-25T05:31:10.503Z (2 days ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 229 Last month
  • Rankings:
    • Forks count: 21.888%
    • Stargazers count: 26.172%
    • Dependent packages count: 29.797%
    • Dependent repos count: 35.455%
    • Average: 37.582%
    • Downloads: 74.601%
  • Maintainers (1)

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v1 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
.github/workflows/pkgdown.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
DESCRIPTION cran
  • R >= 4.0 depends
  • BiocGenerics * imports
  • S4Vectors * imports
  • grDevices * imports
  • grid * imports
  • methods * imports
  • pryr * imports
  • rlang * imports
  • stats * imports
  • tidyr * imports
  • utils * imports
  • DBI * suggests
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests

Score: 10.023046787593767