Package: sars
Type: Package
Title: Fit and Compare Species-Area Relationship Models Using
        Multimodel Inference
Version: 2.0.0
Authors@R: c(person("Thomas J.", "Matthews", email = "txm676@gmail.com",
                  role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7624-244X")),
            person("Francois", "Guilhaumon", email = "francois.guilhaumon@ird.fr",
                  role = c("aut"), comment = c(ORCID = "0000-0003-4707-8932")),
                  person("Kevin", "Cazelles", role = c("rev"), comment = c(ORCID = "0000-0001-6619-9874")))
Description: Implements the basic elements of the multi-model
    inference paradigm for up to twenty species-area relationship models (SAR), using simple
    R list-objects and functions, as in Triantis et al. 2012 <DOI:10.1111/j.1365-2699.2011.02652.x>.
    The package is scalable and users can easily create their own model and data objects. Additional
    SAR related functions are provided.
License: GPL-3 | file LICENSE
URL: https://github.com/txm676/sars, https://txm676.github.io/sars/
BugReports: https://github.com/txm676/sars/issues
Imports: graphics, nortest, stats, utils, crayon, cli, numDeriv,
        doParallel, foreach, parallel, AICcmodavg, minpack.lm
Depends: R(>= 3.6.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, testthat, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-03-03 19:46:27 UTC; Tom
Author: Thomas J. Matthews [aut, cre] (<https://orcid.org/0000-0002-7624-244X>),
  Francois Guilhaumon [aut] (<https://orcid.org/0000-0003-4707-8932>),
  Kevin Cazelles [rev] (<https://orcid.org/0000-0001-6619-9874>)
Maintainer: Thomas J. Matthews <txm676@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-03 20:00:02 UTC
Built: R 4.4.3; ; 2025-11-01 04:01:30 UTC; windows
