Package: sspm
Type: Package
Title: Spatial Surplus Production Model Framework for Northern Shrimp
        Populations
Version: 0.9.1
Authors@R: c(
    person("Valentin", "Lucet", email = "valentin.lucet@gmail.com", role = c("aut", "cre", "cph")),
    person("Eric", "Pedersen", email = "eric.pedersen@concordia.ca", role = c("aut")))
Description: Implement a gam-based spatial surplus production model, aimed at 
    modeling northern shrimp population in Atlantic Canada but potentially to 
    any stock in any location. The package is opinionated in its implementation 
    of SPMs as it internally makes the choice to use penalized spatial gams with 
    time lags. However, it also aims to provide options for the user to customize 
    their model.
License: MIT + file LICENSE
BugReports: https://github.com/pedersen-fisheries-lab/sspm/issues
URL: https://pedersen-fisheries-lab.github.io/sspm/
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends: sf, mgcv, R (>= 3.5.0)
Imports: stats, methods, units, checkmate, cli, tibble, magrittr,
        tidyr, dplyr, purrr, stringr, rlang
Suggests: testthat (>= 3.0.0), covr, ggplot2, ggforce, lwgeom, tweedie,
        sfdct, knitr, rmarkdown
Config/testthat/edition: 3
LazyData: True
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-05-10 22:27:20 UTC; vlucet
Author: Valentin Lucet [aut, cre, cph],
  Eric Pedersen [aut]
Maintainer: Valentin Lucet <valentin.lucet@gmail.com>
Repository: CRAN
Date/Publication: 2022-05-12 08:10:02 UTC
