The FSAdata package, authored by Derek Ogle at Northland College, contains data for use in common fisheries analyses. FSAdata is a companion package to FSA. The data and documentation for individual data sets may be viewed and downloaded (as a CSV file) from the data page of the fishR website.
Examples of typical fisheries stock assessment analyses that use some of these data sets are available on the Examples page of the fishR website.
The CRAN version of FSAdata may be installed with
install.packages("FSAdata")
The development version may be installed from GitHub (requires the devtools package) with
if (!require('devtools')) install.packages('devtools'); require('devtools')
devtools::install_github('droglenc/FSAdata')
or from RForge.net with
source("http://www.rforge.net/FSAdata/InstallFSAdata.R")
Report questions, comments, or bug reports on the issues page.