BioMonTools
Tools for biomonitoring and bioassessment; metric calculation for benthic macroinvertebrates, fish, and periphyton.
https://github.com/leppott/biomontools
Category: Biosphere
Sub Category: Biodiversity Analysis and Metrics
Keywords
benthic bioassessment biomonitoring fish macorinvertebrates metric periphyton r-package rbp
Last synced: about 3 hours ago
JSON representation
Repository metadata
Tools for biomonitoring and bioassessment; metric calculation for benthic macroinvertebrates, fish, and periphyton.
- Host: GitHub
- URL: https://github.com/leppott/biomontools
- Owner: leppott
- License: mit
- Created: 2018-11-16T14:55:10.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T16:01:38.000Z (23 days ago)
- Last Synced: 2025-04-20T09:04:38.078Z (7 days ago)
- Topics: benthic, bioassessment, biomonitoring, fish, macorinvertebrates, metric, periphyton, r-package, rbp
- Language: R
- Homepage: https://leppott.github.io/BioMonTools/
- Size: 106 MB
- Stars: 13
- Watchers: 7
- Forks: 5
- Open Issues: 32
- Releases: 4
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS
- License: LICENSE
README.Rmd
--- title: "README-BioMonTools" output: github_document --- ```{r, echo = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" ) ``` ```{r, echo = FALSE} cat(paste0("Last Update: ",Sys.time())) ``` # BioMonToolsFunctions to aid the data analysis of bioassessment and biomonitoring data. Suite of functions and tools for metric calculation and scoring for mult-metric indices and related data manipulation. # Badges [](https://GitHub.com/leppott/BioMonTools/graphs/commit-activity) [](https://www.tidyverse.org/lifecycle/#stable) [](https://github.com/leppott/BioMonTools/blob/master/LICENSE) [](https://www.codefactor.io/repository/github/leppott/BioMonTools) [](https://codecov.io/gh/leppott/BioMonTools) [](https://github.com/leppott/BioMonTools/actions/workflows/R-CMD-check.yaml) [](https://GitHub.com/leppott/BioMonTools/issues/) [](https://GitHub.com/leppott/BioMonTools/releases/) [](https://GitHub.com/leppott/BioMonTools/releases/) # Installation To install the current version use the code below to install from GitHub. The use of "force = TRUE" ensures the package is installed even if already present. If the package `remotes` is missing the code below will install it. ```{r, eval=FALSE} if(!require(remotes)){install.packages("remotes")} #install if needed install_github("leppott/BioMonTools", force=TRUE) ``` Vignettes are not installed by default. If you want the additional documentation (recommended) then use this version of the code. ```{r, eval=FALSE} if(!require(remotes)){install.packages("remotes")} #install if needed install_github("leppott/BioMonTools", force=TRUE, build_vignettes=TRUE) ``` If having issues with install (e.g., 'cannot open URL') it could be a latency issue with GitHub. Use the code below before retrying the above install commands. ```{r, eval=FALSE} options(timeout=400) ``` # Status In development. # Usage By those using involved with bioassessment and biomonitoring and the need for data manipulation. A common set of tools will standardize outputs across entities. No longer need to use the same database or spreadsheet. Only need to format data for use with these tools. # Documentation Vignette and install guide updates are planned for the future. # Issues https://github.com/leppott/BioMonTools/issues # Planned Updates * None at this time. # Future Possible Updates * Periphyton metrics. * Coral and Fish metrics (Puerto Rico and US Virgin Islands) * TaxaList Check * Map taxon observations
Owner metadata
- Name: Erik Leppo
- Login: leppott
- Email:
- Kind: user
- Description: Environment Scientist / Data Scientist
- Website:
- Location:
- Twitter:
- Company: Tetra Tech
- Icon url: https://avatars.githubusercontent.com/u/24276278?v=4
- Repositories: 31
- Last ynced at: 2024-03-15T03:14:11.440Z
- Profile URL: https://github.com/leppott
GitHub Events
Total
- Issues event: 4
- Issue comment event: 4
- Push event: 18
Last Year
- Issues event: 4
- Issue comment event: 4
- Push event: 18
Committers metadata
Last synced: 6 days ago
Total Commits: 365
Total Committers: 2
Avg Commits per committer: 182.5
Development Distribution Score (DDS): 0.071
Commits in past year: 64
Committers in past year: 2
Avg Commits per committer in past year: 32.0
Development Distribution Score (DDS) in past year: 0.063
Name | Commits | |
---|---|---|
Erik Leppo | E****o@t****m | 339 |
Blocktt | 6****t | 26 |
Committer domains:
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 243
Total pull requests: 35
Average time to close issues: 4 months
Average time to close pull requests: 13 days
Total issue authors: 3
Total pull request authors: 2
Average comments per issue: 2.02
Average comments per pull request: 0.74
Merged pull request: 15
Bot issues: 0
Bot pull requests: 0
Past year issues: 7
Past year pull requests: 3
Past year average time to close issues: 18 days
Past year average time to close pull requests: about 1 hour
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 0.57
Past year average comments per pull request: 0.67
Past year merged pull request: 3
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- leppott (234)
- Blocktt (6)
- johnzastrow (3)
Top Pull Request Authors
- Blocktt (33)
- leppott (2)
Top Issue Labels
- metrics (114)
- enhancement (23)
- bug (12)
- on hold (9)
- Add "test" (6)
- HIGH PRIORITY (3)
- test (investigate) (3)
- wontfix (3)
- documentation (3)
- good first issue (2)
Top Pull Request Labels
Dependencies
- R >= 3.3.3 depends
- dplyr * imports
- maps * imports
- stats * imports
- tidyr * imports
- tidyselect * imports
- DT * suggests
- DataExplorer * suggests
- ggplot2 * suggests
- knitr * suggests
- lazyeval * suggests
- readxl * suggests
- reshape2 * suggests
- rmarkdown * suggests
- shiny * suggests
- shinyWidgets * suggests
- shinydashboard * suggests
- shinydashboardPlus * suggests
- shinyjs * suggests
- testthat * suggests
- writexl * suggests
- actions/checkout v2 composite
- r-lib/actions/setup-r v1 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
Score: 4.499809670330265