Package: tidysdm Title: Species Distribution Models with Tidymodels Version: 1.0.4.9007 Authors@R: c( person("Michela", "Leonardi", role = "aut"), person("Margherita", "Colucci", role = "aut"), person("Andrea Vittorio", "Pozzi", role = "aut"), person("Eleanor M.L.","Scerri", role = "aut"), person("Ben","Tupper", role = "ctb"), person("Ondrej","Pelanek", role = "ctb"), person("Andrea", "Manica", email = "am315@cam.ac.uk", role = c("aut", "cre"))) Description: Fit species distribution models (SDMs) using the 'tidymodels' framework, which provides a standardised interface to define models and process their outputs. 'tidysdm' expands 'tidymodels' by providing methods for spatial objects, models and metrics specific to SDMs, as well as a number of specialised functions to process occurrences for contemporary and palaeo datasets. The full functionalities of the package are described in Leonardi et al. (2024) . License: AGPL (>= 3) Encoding: UTF-8 Language: en-GB URL: https://github.com/EvolEcolGroup/tidysdm, https://evolecolgroup.github.io/tidysdm/ BugReports: https://github.com/EvolEcolGroup/tidysdm/issues Roxygen: list(markdown = TRUE) Depends: tidymodels, spatialsample, R (>= 3.5.0) Imports: DALEX, dials, dplyr, ggplot2, lubridate, maxnet, methods, parsnip, patchwork, recipes, rsample, rlang (>= 1.0.0), stats, stars, sf, terra, tibble, tune, xgboost, workflows, workflowsets, yardstick Suggests: blockCV, data.table, DALEXtra, doParallel, earth, kernlab, knitr, mgcv, overlapping, pastclim (>= 2.0.0), ranger, rgbif, rmarkdown, spelling, stacks, testthat (>= 3.0.0), tidyterra, vdiffr, ggpattern, RhpcBLASctl VignetteBuilder: knitr Config/testthat/edition: 3 LazyData: true Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libicu-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://evolecolgroup.r-universe.dev Date/Publication: 2026-07-15 09:31:21 UTC RemoteUrl: https://github.com/EvolEcolGroup/tidysdm RemoteRef: dev RemoteSha: b983919618fdce4ebea541726019bb4156651f3a NeedsCompilation: no Packaged: 2026-07-15 11:32:12 UTC; root Author: Michela Leonardi [aut], Margherita Colucci [aut], Andrea Vittorio Pozzi [aut], Eleanor M.L. Scerri [aut], Ben Tupper [ctb], Ondrej Pelanek [ctb], Andrea Manica [aut, cre] Maintainer: Andrea Manica