Skip to contents

The goal of CreelEstimateR is to contain the key functions used by the WDFW Creel team to estimate catch using CREEL. This package is an adaptation of the R_functions/ folder in the CreelEstimates repository (https://github.com/wdfw-fp/CreelEstimates).

Installation

You can install the development version of CreelEstimateR from GitHub with the devtools or remotes packages:

remotes::install_github("cbedwards-dfw/CreelEstimateR")
# or devtools::install_github("cbedwards-dfw/CreelEstimateR")

Or with the pak package

# install.packages("pak")
pak::pkg_install("cbedwards-dfw/CreelEstimateR")