FSAdata - Fisheries stock assessment data.
RForge.net

FSAdata

About FSAdata
Installation
Package R docs
Related
Check results
Download/Files
GIT access

FSAdata Rforge.net Custom Installation

FSAdata depends on the FSA package which must be installed for your R (see this to install FSA). Once FSA is installed, run the line below in R to install FSAdata.

utils::install.packages("FSAdata",repos="http://www.rforge.net/",type="source")

There should be no errors from running the previous code. However, type the following two lines into R to see if FSAdata is working properly.

library(FSAdata)
?FSAdata