Skip to content
/ FSA Public
forked from fishR-Core-Team/FSA

FSA (Fisheries Stock Assessment) package provides R functions to conduct typical introductory fisheries analyses.

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

banujka/FSA

 
 

Project Status: Active - The project has reached a stable, usable state and is being actively developed. DOI CRAN Version License R-CMD-check Codecov test coverage CRAN RStudio mirror downloads rate CRAN RSTudio mirror downloads total Rdoc

FSA (Fisheries Stock Assessment)

The FSA package provides R functions to conduct typical introductory fisheries analyses. Example analyses that use FSA can be found in the Introductory Fisheries Analyses with R book (see note below) and on the Examples page of the fishR website. You can browse documentation for functions in FSA under the References tab and recent changes under the News tab at the top of this page. Please cite FSA if you use it in a publication (and send me a note).

Installation

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

install.packages("FSA")

The most recent development version (on GitHub) may be installed with

if (!require('remotes')) install.packages('remotes'); require('remotes')
remotes::install_github('droglenc/FSA')

You may need to have R Tools installed on your system to install the development version from GitHub. See the instructions for (R Tools for Windows or R Tools for Mac OS X).

Questions / Comments / Problems or Contributions

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

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

Please adhere to the Code of Conduct.

Note about FSA and Introduction to Fisheries Analysis with R book

Versions of FSA beginning with v0.9.0 may no longer work as shown in the IFAR book. Many functions have not changed from when the book was published, but some have. Thus, you will need to install an FSA version before v0.9.0 to be assured that functions work as described in the IFAR book.

About

FSA (Fisheries Stock Assessment) package provides R functions to conduct typical introductory fisheries analyses.

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%