Package: indicatorRoutine
Type: Package
Title: The Title of the Project
Version: 0.0.0.9000
Authors@R: c(
    person(given   = "Mathilde",
           family  = "Vimont",
           role    = c("aut", "cre", "cph"),
           email   = "mathilde.vimont@gmail.com",
           comment = c(ORCID = "{{orcid}}")))
Description: A paragraph providing a full description of the project (on 
    several lines...)
URL: https://github.com/MathildeVimont/indicatorRoutine
BugReports: https://github.com/MathildeVimont/indicatorRoutine/issues
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports: 
    devtools (== 2.4.5),
    here (== 1.0.1),
    glmmTMB (== 1.1.7),
    tidyverse (== 2.0.0),
    mgcv (== 1.8-42),
    sf (== 1.0-13),
    stringr (== 1.5.0),
    rmarkdown (== 2.22),
    kableExtra (== 1.3.4),
    cowplot (== 1.1.1),
    maps (== 3.4.1)