knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

curtisquadata

Lifecycle: stable R build status Codecov test coverage License: CC0 CRAN status R-CMD-check

curtisquadata is an R package of 15 relational tibbles from the Curtis and Qua Creeks Productivity study.

library(curtisquadata)
ls("package:curtisquadata") # the tibbles
library(tibble) # for prettier printing
efvisit
effish

Installation

install.packages("curtisquadata")

To install the developmental version from GitHub

# install.packages("remotes")
remotes::install_github("poissonconsulting/curtisquadata")

Information

The study which ran from 2015 to 2017 collected data on the water quality and temperature, periphyton, benthic invertebrates and fish populations of Curtis and Qua Creeks in the Salmo Watershed, British Columbia.

The final report by Nellestijn and Irvine (2017) assesses whether the creeks are suitable for nutrient restoration.

The data are analysed by Thorley and Dalgarno (2018)

Contribution

Please report any issues.

Pull requests are always welcome.

Code of Conduct

Please note that the curtisquadata project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Acknowledgements

The study was primarily funded by the Fish and Wildlife Compensation Program and partially funded by the Salmo Watershed Streamkeepers Society. Lynn Westcott of Westcott Environmental Services identified and counted the benthic macroinvertebrates. CARO Analytic analysed the water and periphyton samples



poissonconsulting/curtisquadata documentation built on Jan. 18, 2025, 5:59 p.m.