Package: FSA
Version: 0.8.32
Date: 2021-1-15
Title: Simple Fisheries Stock Assessment Methods
Description: A variety of simple fish stock assessment methods.
    Detailed vignettes are available on the fishR website <http://derekogle.com/fishR/>.
Authors@R: c(
    person("Derek", "Ogle", email="derek@derekogle.com", role=c("aut","cre"),
           comment=c(ORCID="0000-0002-0370-9299")),
    person("Powell", "Wheeler", email="powell.wheeler@gmail.com", role="aut"),
    person("Alexis", "Dinno", email="alexis.dinno@pdx.edu", role="aut",
           comment="Provided base functionality of dunnTest()")
    )
URL: https://github.com/droglenc/FSA
BugReports: https://github.com/droglenc/FSA/issues
License: GPL (>= 2)
LazyData: true
Depends:
    R (>= 3.5.0)
Imports:
    graphics,
    grDevices,
    stats,
    tools,
    utils,
    car,
    dplyr,
    dunn.test,
    lmtest,
    plotrix,
    plyr,
    sciplot,
    withr
Suggests:
    DescTools,
    fishmethods,
    FSAdata,
    knitr,
    marked,
    nlme,
    nlstools,
    pkgdown,
    psych,
    Rcapture,
    rmarkdown,
    testthat,
    tibble,
    covr
Encoding: UTF-8
RoxygenNote: 7.1.1
