A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Fisheries Stock Assessment

Provides R functions to conduct typical introductory fisheries analyses.
https://github.com/fishR-Core-Team/FSA

Category: Biosphere
Sub Category: Marine Life and Fishery

Keywords

fish fisheries fisheries-management fisheries-stock-assessment population-dynamics r stock-assessment

Keywords from Contributors

fishr-website

Last synced: about 13 hours ago
JSON representation

Repository metadata

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

README.md

 

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 fishR website. Please cite FSA if you use FSA in a publication.

 

Installation

The most recent stable version from CRAN may be installed with

install.packages("FSA")

The development version may be installed from GitHub with

if (!require('remotes')) install.packages('remotes'); require('remotes')
remotes::install_github('fishR-Core-Team/FSA')

You may need 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.

 

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


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 1,043
Total Committers: 5
Avg Commits per committer: 208.6
Development Distribution Score (DDS): 0.227

Commits in past year: 22
Committers in past year: 1
Avg Commits per committer in past year: 22.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
droglenc d****e@n****u 806
Derek Ogle d****c 226
Jason Doll j****l@f****u 8
Powell Wheeler p****r@g****m 2
Cédric Briand c****d@e****r 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 87
Total pull requests: 39
Average time to close issues: 5 months
Average time to close pull requests: about 14 hours
Total issue authors: 17
Total pull request authors: 5
Average comments per issue: 1.45
Average comments per pull request: 0.13
Merged pull request: 37
Bot issues: 0
Bot pull requests: 0

Past year issues: 10
Past year pull requests: 7
Past year average time to close issues: 18 days
Past year average time to close pull requests: about 4 hours
Past year issue authors: 4
Past year pull request authors: 2
Past year average comments per issue: 1.9
Past year average comments per pull request: 0.14
Past year merged pull request: 6
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/fishR-Core-Team/FSA

Top Issue Authors

  • droglenc (69)
  • daveglover (2)
  • Matt-Siskey (2)
  • cmichaud92 (1)
  • pennockc (1)
  • arni-magnusson (1)
  • diogoprov (1)
  • carlostorrescubila (1)
  • DanielHanks (1)
  • jcdoll79 (1)
  • jonocarroll (1)
  • sonhnrimf (1)
  • MLV99 (1)
  • LCieps (1)
  • qoswald (1)

Top Pull Request Authors

  • droglenc (31)
  • jcdoll79 (4)
  • PowellWheeler (2)
  • cedricbriandgithub (1)
  • arni-magnusson (1)

Top Issue Labels

  • enhancement (20)
  • bug (8)
  • question (3)

Top Pull Request Labels


Package metadata

cran.r-project.org: FSA

Simple Fisheries Stock Assessment Methods

  • Homepage: https://fishr-core-team.github.io/FSA/
  • Documentation: http://cran.r-project.org/web/packages/FSA/FSA.pdf
  • Licenses: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
  • Latest release: 0.9.6 (published 4 months ago)
  • Last Synced: 2025-04-26T14:02:27.747Z (1 day ago)
  • Versions: 35
  • Dependent Packages: 13
  • Dependent Repositories: 22
  • Downloads: 21,379 Last month
  • Docker Downloads: 23,400
  • Rankings:
    • Docker downloads count: 0.396%
    • Downloads: 3.344%
    • Forks count: 3.812%
    • Average: 4.007%
    • Dependent packages count: 4.77%
    • Stargazers count: 5.837%
    • Dependent repos count: 5.886%
  • Maintainers (1)

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • car * imports
  • dunn.test * imports
  • grDevices * imports
  • graphics * imports
  • lmtest * imports
  • plotrix * imports
  • stats * imports
  • tools * imports
  • utils * imports
  • withr * imports
  • DescTools * suggests
  • FSAdata * suggests
  • Rcapture * suggests
  • covr * suggests
  • dplyr * suggests
  • fishmethods * suggests
  • knitr * suggests
  • marked * suggests
  • nlme * suggests
  • nlstools * suggests
  • pkgdown * suggests
  • plyr * suggests
  • psych * suggests
  • rmarkdown * suggests
  • testthat * suggests
  • tibble * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action 4.1.4 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite

Score: 16.582460600185843