Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishr-core-team/fsa
FSA (Fisheries Stock Assessment) package provides R functions to conduct typical introductory fisheries analyses.
https://github.com/fishr-core-team/fsa
fish fisheries fisheries-management fisheries-stock-assessment population-dynamics r stock-assessment
Last synced: 11 days ago
JSON representation
FSA (Fisheries Stock Assessment) package provides R functions to conduct typical introductory fisheries analyses.
- Host: GitHub
- URL: https://github.com/fishr-core-team/fsa
- Owner: fishR-Core-Team
- License: gpl-2.0
- Created: 2014-04-01T23:19:44.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T18:27:00.000Z (about 1 year ago)
- Last Synced: 2024-05-19T14:20:27.076Z (6 months ago)
- Topics: fish, fisheries, fisheries-management, fisheries-stock-assessment, population-dynamics, r, stock-assessment
- Language: R
- Homepage: https://fishr-core-team.github.io/FSA/
- Size: 94.2 MB
- Stars: 63
- Watchers: 16
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 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](https://fishr-core-team.github.io/fishR/pages/books.html#introductory-fisheries-analyses-with-r) (*see note below*) and on the [fishR website](https://fishr-core-team.github.io/fishR/). Please [cite **FSA**](https://fishr-core-team.github.io/FSA//authors.html) if you use **FSA** in a publication.
### Installation
The [most recent stable version](https://cloud.r-project.org/package=FSA) from CRAN may be installed with```r
install.packages("FSA")
```The [development version](https://github.com/fishR-Core-Team/FSA) may be installed from GitHub with
```r
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](https://cran.r-project.org/bin/windows/Rtools/) or [R Tools for Mac OS X](https://cran.r-project.org/bin/macosx/tools/)).
### Questions / Comments / Problems or Contributions
Report questions, comments, or bug reports on the [issues page](https://github.com/fishR-Core-Team/FSA/issues).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](https://fishr-core-team.github.io/FSA/CODE_OF_CONDUCT.html).
### 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.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/18348400.svg)](https://zenodo.org/badge/latestdoi/18348400)
[![CRAN Version](http://www.r-pkg.org/badges/version/FSA)](http://www.r-pkg.org/pkg/FSA)
[![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
[![R-CMD-check](https://github.com/fishR-Core-Team/FSA/workflows/R-CMD-check/badge.svg)](https://github.com/fishR-Core-Team/FSA/actions)
[![Codecov test coverage](https://codecov.io/gh/fishR-Core-Team/FSA/branch/master/graph/badge.svg)](https://codecov.io/gh/fishR-Core-Team/FSA?branch=master)
[![CRAN RStudio mirror downloads rate](http://cranlogs.r-pkg.org/badges/FSA)
![CRAN RSTudio mirror downloads total](http://cranlogs.r-pkg.org/badges/grand-total/FSA)](http://www.r-pkg.org/pkg/FSA)