All Projects → bcgov → wqbc

bcgov / wqbc

Licence: Apache-2.0 license
An R package for water quality thresholds and index calculation for British Columbia

Programming Languages

r
7636 projects
TeX
3793 projects

Projects that are alternatives of or similar to wqbc

bcmaps
An R package of map layers for British Columbia
Stars: ✭ 53 (+231.25%)
Mutual labels:  env, r-package
bcdata
An R package for searching & retrieving data from the B.C. Data Catalogue
Stars: ✭ 68 (+325%)
Mutual labels:  env, r-package
tfenv
Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
Stars: ✭ 120 (+650%)
Mutual labels:  env
syn
syn - the thesaurus
Stars: ✭ 45 (+181.25%)
Mutual labels:  r-package
suppdata
Grabbing SUPPlementary DATA in R
Stars: ✭ 31 (+93.75%)
Mutual labels:  r-package
DoReMIFaSol
Téléchargement des données sur le site de l'Insee
Stars: ✭ 25 (+56.25%)
Mutual labels:  r-package
Luminescence
Development of the R package 'Luminescence'
Stars: ✭ 13 (-18.75%)
Mutual labels:  r-package
ini
📝 Go INI config management. support multi file load, data override merge. parse ENV variable, parse variable reference. Dotenv file parse and loader. INI配置读取管理,支持多文件加载,数据覆盖合并, 解析ENV变量, 解析变量引用。DotEnv 解析加载
Stars: ✭ 72 (+350%)
Mutual labels:  env
ffscrapr
R API Client for Fantasy Football League Platforms
Stars: ✭ 55 (+243.75%)
Mutual labels:  r-package
lingtypology
R package for linguistic cartography and typological databases search
Stars: ✭ 47 (+193.75%)
Mutual labels:  r-package
rAltmetric
Query and visualize metrics from altmetric.com
Stars: ✭ 46 (+187.5%)
Mutual labels:  r-package
PLNmodels
A collection of Poisson lognormal models for multivariate count data analysis
Stars: ✭ 44 (+175%)
Mutual labels:  r-package
rdomains
Classifying the content of domains
Stars: ✭ 47 (+193.75%)
Mutual labels:  r-package
rcppsimdjson
Rcpp Bindings for the 'simdjson' Header Library
Stars: ✭ 103 (+543.75%)
Mutual labels:  r-package
ptolemy
Elixir Application Environment Variable Management
Stars: ✭ 13 (-18.75%)
Mutual labels:  env
nlrx
nlrx NetLogo R
Stars: ✭ 66 (+312.5%)
Mutual labels:  r-package
envsafe
🔒 Makes sure you don't accidentally deploy apps with missing or invalid environment variables.
Stars: ✭ 705 (+4306.25%)
Mutual labels:  env
geodaData
Data package for accessing GeoDa datasets using R
Stars: ✭ 15 (-6.25%)
Mutual labels:  r-package
datawizard
Magic potions to clean and transform your data 🧙
Stars: ✭ 149 (+831.25%)
Mutual labels:  r-package
packagefinder
Comfortable search for R packages on CRAN, either directly from the R console or with an R Studio add-in
Stars: ✭ 43 (+168.75%)
Mutual labels:  r-package

wqbc

Lifecycle:Dormant img R build status Codecov test coverage

Overview

The wqbc R package facilitates cleaning and tidying water quality data and calculating water quality thresholds for British Columbia. Previously it also calculated the CCME Water Quality Index but that functionality has been moved to the wqindex package.

wqbc was written by B.C. Ministry of Environment and Poisson Consulting team members.

Usage

For more information please see the vignette. In your R session, you can type vignette("wqbc") to see the vignette. Please 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).

Install

To install and load the latest version of wqbc:

# install.packages("remotes") # if remotes is not installed
remotes::install_github("bcgov/wqbc")
library(wqbc)

Project Status

This package is under development. The user is responsible for checking all variables and limits that they use.

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

If you would like to contribute to the package, please see our CONTRIBUTING guidelines.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright 2015 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at 

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This repository is maintained by Environmental Reporting BC. Click here for a complete list of our repositories on GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].