Package: sspm
Type: Package
Title: Spatial Surplus Production Model Framework for Northern Shrimp
        Populations
Version: 1.0.3
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 (Generalized Additive Models) spatial surplus 
    production model (spatial SPM), 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. The methods are described in 
    Pedersen et al. (2022, <https://www.dfo-mpo.gc.ca/csas-sccs/Publications/ResDocs-DocRech/2022/2022_062-eng.html>).
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.3.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: 2025-02-11 20:54:13 UTC; vlucet
Author: Valentin Lucet [aut, cre, cph],
  Eric Pedersen [aut]
Maintainer: Valentin Lucet <valentin.lucet@gmail.com>
Repository: CRAN
Date/Publication: 2025-02-12 20:20:01 UTC
