All Projects → droglenc → FSA

droglenc / FSA

Licence: GPL-2.0, GPL-2.0 licenses found Licenses found GPL-2.0 LICENSE GPL-2.0 COPYING
FSA (Fisheries Stock Assessment) package provides R functions to conduct typical introductory fisheries analyses.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to FSA

mizer
Multi-species size-based ecological modelling in R
Stars: ✭ 30 (-44.44%)
Mutual labels:  fisheries, population-dynamics, fisheries-management
rfisheries
package for interacting with fisheries databases at openfisheries.org
Stars: ✭ 24 (-55.56%)
Mutual labels:  fisheries
stock-synthesis
The source code for stock synthesis
Stars: ✭ 26 (-51.85%)
Mutual labels:  fisheries
terminer
Upgrade your terminal experience with a single command.
Stars: ✭ 28 (-48.15%)
Mutual labels:  fish
dotfiles
No description or website provided.
Stars: ✭ 20 (-62.96%)
Mutual labels:  fish
wham
State-space, age-structured fish stock assessment model
Stars: ✭ 25 (-53.7%)
Mutual labels:  fisheries-stock-assessment
fish-poetry
🐟🐍 a fish plugin that automatically activates the poetry subshell
Stars: ✭ 25 (-53.7%)
Mutual labels:  fish
dotfiles
Poom's Neovim, Tmux, Fish and other configurations for macOS & Linux. Literally my entire world.
Stars: ✭ 36 (-33.33%)
Mutual labels:  fish
agnoster
Agnoster for Fish 🐠
Stars: ✭ 42 (-22.22%)
Mutual labels:  fish
fish
Fish config with awesome flexible prompt, unicode symbols, better fzf integration and lot of handy functions.
Stars: ✭ 27 (-50%)
Mutual labels:  fish
Blackeye-for-Windows
This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. This tool has been there for Linux and even Android via Termux. I converted it to Win…
Stars: ✭ 38 (-29.63%)
Mutual labels:  fish
goto
A fish shell utility to quickly navigate to aliased directories supporting tab-completion
Stars: ✭ 17 (-68.52%)
Mutual labels:  fish
fish-color-scheme-switcher
A fish shell 🐟 plugin to switch color schemes 🌈
Stars: ✭ 48 (-11.11%)
Mutual labels:  fish
pyenv
Pyenv support plugin for fish-shell
Stars: ✭ 62 (+14.81%)
Mutual labels:  fish
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+0%)
Mutual labels:  fish
dotfiles
My collection of dotfiles
Stars: ✭ 77 (+42.59%)
Mutual labels:  fish
dotfiles
macOS / Linux / Codespaces dotfiles with 1-line setup script. Tested on Apple Silicon Macs. Supports both zsh and fish. Now managed with https://github.com/twpayne/chezmoi
Stars: ✭ 82 (+51.85%)
Mutual labels:  fish
FAIRY
Fast and scalable search of whole-slide images via self-supervised deep learning - Nature Biomedical Engineering
Stars: ✭ 43 (-20.37%)
Mutual labels:  fish
fish-symnav
Symbolic link navigation for Fish shell
Stars: ✭ 11 (-79.63%)
Mutual labels:  fish
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (-40.74%)
Mutual labels:  fish

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

Installation

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

install.packages("FSA")

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/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].