https://github.com/fishR-Core-Team/FSAdata
FSAdata contains data for use in common fisheries stock analyses. See installation instructions further below.
https://github.com/fishR-Core-Team/FSAdata
fish fisheries fisheries-stock-assessment fishr-website stock-assessment
Last synced: 5 months ago
JSON representation
FSAdata contains data for use in common fisheries stock analyses. See installation instructions further below.
- Host: GitHub
- URL: https://github.com/fishR-Core-Team/FSAdata
- Owner: fishR-Core-Team
- License: gpl-2.0
- Created: 2014-04-04T22:23:17.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T15:19:29.000Z (over 1 year ago)
- Last Synced: 2024-05-19T14:20:26.729Z (11 months ago)
- Topics: fish, fisheries, fisheries-stock-assessment, fishr-website, stock-assessment
- Language: R
- Homepage: https://fishr-core-team.github.io/FSAdata/
- Size: 13.6 MB
- Stars: 13
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- open-sustainable-technology - FSAdata - Contains data for use in common fisheries stock analyses. See installation instructions further below. (Biosphere / Marine Life and Fishery)
README
**FSAdata** is a companion package to [**FSA**](https://fishr-core-team.github.io/FSA/) maintained by the [**fishR Core Team**](https://github.com/fishR-Core-Team) that contains data sets for use in common fisheries analyses. The data and documentation for individual data sets may be viewed by following the links on the [Reference page](reference/index.html).
You can contribute to the package by reporting problems or corrections via [a GitHub issue](https://github.com/fishR-Core-Team/FSAdata/issues/new/) or submitting a dataset for inclusion via [a GitHub issue](https://github.com/fishR-Core-Team/FSAdata/issues/new/) or [a GitHub pull request](https://github.com/fishR-Core-Team/FSAdata/pulls).
## Installation
The [CRAN version](https://cran.r-project.org/web/packages/FSAdata/index.html) of **FSAdata** may be installed with```r
install.packages("FSAdata")
```The development version may be installed from GitHub with
```r
if (!require('remotes')) install.packages('remotes'); require('remotes')
remotes::install_github('fishR-Core-Team/FSAdata')
```
[](http://www.repostatus.org/#active) [](https://zenodo.org/badge/latestdoi/18454411) [](http://www.r-pkg.org/pkg/FSAdata) [](https://github.com/fishR-Core-Team/FSAdata/actions/workflows/R-CMD-check.yaml)
[ ](http://www.r-pkg.org/pkg/FSAdata)