This tool was developed by Robert Roose to summarize the Chinook TAMM used in the Pacific Salmon season-setting process. The function make_crayola_tamm("tammname.xlsx") will summarize the TAMM file named “tammname.xlsx”.
Installation
You can install the development version of crayolaTAMM from R-universe with:
install.packages('crayolaTAMM', repos = c('https://framverse.r-universe.dev', 'https://cloud.r-project.org'))or from GitHub with:
# install.packages("pak")
pak::pak("cbedwards-dfw/crayolaTAMM")