Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.17 KB

README.md

File metadata and controls

39 lines (27 loc) · 2.17 KB

FSAdata

Project Status: Active - The project has reached a stable, usable state and is being actively developed. DOI

CRAN Version License Travis-CI Build Status

CRAN RStudio mirror downloads rate CRAN RSTudio mirror downloads total

Introduction

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.

Installation

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")

Questions / Comments / Problems

Report questions, comments, or bug reports on the issues page.