RFishBC

The RFishBC package helps fisheries scientists collect measurements from calcified structures and back-calculate estimated lengths at previous ages. RFishBC is intended to replace much of the functionality provided by the now out-date fishBC software.

Use

General desriptions for using RFishBC are under the Vignettes tab at the top of this page. I suggest at least quickly reading each vignette to get an overall feel for RFishBC and then following the workflow suggestions in the last vignette. Detailed descriptions for each function are under the Reference tab at the top of that page.

Installation

The most recent stable version (on CRAN) of RFishBC may be installed with

install.packages("RFishBC")

The most recent development version may be installed from GitHub with

if (!require('remotes')) install.packages('remotes'); require('remotes')
remotes::install_github('fishr-core-team/RFishBC')

You may need to have R Tools installed on your system to use the two lines above. See the instructions for (R Tools for Windows or R Tools for Mac OS X). Additionally, you may need the X11 graphics functionality if using Mac OS.

Questions / Comments / Problems or Contributions

Report questions, comments, or bug reports on the issues page.

We are always looking for others to contribute to RFishBC. Please feel free to make a pull request via GitHub or to contact the maintainers.

Please adhere to the Code of Conduct.