{"id":13949122,"url":"https://github.com/bcgov/wqbc","last_synced_at":"2025-12-15T07:05:31.740Z","repository":{"id":24658392,"uuid":"28068582","full_name":"bcgov/wqbc","owner":"bcgov","description":"An R package for water quality thresholds and index calculation for British Columbia","archived":false,"fork":false,"pushed_at":"2023-02-07T21:45:53.000Z","size":27216,"stargazers_count":21,"open_issues_count":17,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-01T21:09:52.420Z","etag":null,"topics":["data-science","env","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"http://bcgov.github.io/wqbc/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcgov.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-12-16T03:26:57.000Z","updated_at":"2025-01-30T15:34:25.000Z","dependencies_parsed_at":"2023-09-21T19:46:12.420Z","dependency_job_id":null,"html_url":"https://github.com/bcgov/wqbc","commit_stats":{"total_commits":722,"total_committers":11,"mean_commits":65.63636363636364,"dds":"0.43767313019390586","last_synced_commit":"d6172fc71da74d7fe7d5f55ec94495b55c2f44e9"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/bcgov/wqbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fwqbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fwqbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fwqbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fwqbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcgov","download_url":"https://codeload.github.com/bcgov/wqbc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fwqbc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264370977,"owners_count":23597685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","env","r","r-package","rstats"],"created_at":"2024-08-08T05:01:38.810Z","updated_at":"2025-12-15T07:05:26.706Z","avatar_url":"https://github.com/bcgov.png","language":"R","funding_links":[],"categories":["Natural Resources"],"sub_categories":["Water Supply and Quality"],"readme":"---\noutput: github_document\nhtml_preview: true\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n# wqbc\n\n\u003c!-- badges: start --\u003e\n[![img](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)\n[![R build status](https://github.com/bcgov/wqbc/workflows/R-CMD-check/badge.svg)](https://github.com/bcgov/wqbc/actions)\n[![Codecov test coverage](https://codecov.io/gh/bcgov/wqbc/branch/master/graph/badge.svg)](https://codecov.io/gh/bcgov/wqbc?branch=master)\n\u003c!-- badges: end --\u003e\n\n## Overview\n\nThe `wqbc` R package facilitates cleaning and tidying water quality data and calculating water quality thresholds for British Columbia.\nPreviously it also calculated the [CCME Water Quality Index](http://www.ccme.ca/en/resources/canadian_environmental_quality_guidelines/index.html) but that functionality has been moved to the [wqindex](https://github.com/bcgov/wqindex) package.\n\n`wqbc` was written by B.C. Ministry of Environment and [Poisson Consulting](http://www.poissonconsulting.ca/) team members.\n\n## Usage\n\nFor more information please see the [vignette](https://htmlpreview.github.com/?https://github.com/bcgov/wqbc/master/inst/doc/wqbc.html). \nIn your R session, you can type `vignette(\"wqbc\")` to see the vignette.\nPlease note that this vignette is currently out of date as it includes information on calculating the Water Quality Index (which has been moved to its own package [wqindex](https://github.com/bcgov/wqindex)).\n\n## Install\n\nTo install and load the latest version of wqbc:\n\n```{r, eval = FALSE}\n# install.packages(\"remotes\") # if remotes is not installed\nremotes::install_github(\"bcgov/wqbc\")\nlibrary(wqbc)\n```\n\n## Project Status\n\nThis package is under development.\nThe user is responsible for checking all variables and limits that they use.\n\n## Getting Help or Reporting an Issue\n\nTo report bugs/issues/feature requests, please file an [issue](https://github.com/bcgov/wqbc/issues/).\n\n## How to Contribute\n\nIf you would like to contribute to the package, please see our \n[CONTRIBUTING](CONTRIBUTING.md) guidelines.\n\nPlease note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n\n## License\n\n    Copyright 2015 Province of British Columbia\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at \n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n    \nThis repository is maintained by [Environmental Reporting BC](http://www2.gov.bc.ca/gov/content?id=FF80E0B985F245CEA62808414D78C41B).\nClick [here](https://github.com/bcgov/EnvReportBC-RepoList) for a complete list of our repositories on GitHub.    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Fwqbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcgov%2Fwqbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Fwqbc/lists"}