Package: sars Type: Package Title: Fit and Compare Species-Area Relationship Models Using Multimodel Inference Version: 2.1.1 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 . 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 BugReports: https://github.com/txm676/sars/issues Imports: graphics, nortest, stats, utils, crayon, cli, numDeriv, doParallel, foreach, parallel, AICcmodavg, minpack.lm, Depends: R(>= 4.0.0) Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown, testthat, covr, tibble VignetteBuilder: knitr Config/pak/sysreqs: make Repository: https://txm676.r-universe.dev Date/Publication: 2026-01-06 14:27:15 UTC RemoteUrl: https://github.com/txm676/sars RemoteRef: HEAD RemoteSha: 8e03c99f06f2d83655bea795952fee0cd7c14907 NeedsCompilation: no Packaged: 2026-07-05 06:50:43 UTC; root Author: Thomas J. Matthews [aut, cre] (ORCID: ), Francois Guilhaumon [aut] (ORCID: ), Kevin Cazelles [rev] (ORCID: ) Maintainer: Thomas J. Matthews