Package: tidysdm Title: Sprecies Distribution Modelling with Tidymodels Version: 0.0.0.9000 Authors@R: person("Russell", "Dinnage", , "rdinnage@fiu.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0846-2819")) Description: Provides functions and classes to help create Species Distribution Models (SDMs) within the {tidymodels} framework. Provides new {parsnip} models, new {recipes} steps, and {yardstick} metrics. This package provides access to the powerful {tidymodels} ecosystem for SDMs, especially the package {spatialsample} for spatially aware cross validation and model evaluation, as well as opening up all classification models implemented in {parsnip} for presence-only SDMs, using the pseudo-absence approach. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Depends: parsnip, R (>= 2.10), recipes Imports: dplyr, fasterize, nngeo, purrr, rlang (>= 0.4.11), sf, stars Suggests: knitr, rmarkdown, roxygen2, ENMTools, tidyverse, tidymodels, spatialsample, lwgeom, ranger, vip VignetteBuilder: knitr URL: https://rdinnager.github.io/tidysdm/ LazyData: true Remotes: danlwarren/ENMTools Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://rdinnager.r-universe.dev Date/Publication: 2023-10-27 13:27:36 UTC RemoteUrl: https://github.com/rdinnager/tidysdm RemoteRef: HEAD RemoteSha: 5b82b81199bdd661ef21d594b43157081c8ee5df NeedsCompilation: no Packaged: 2026-07-18 05:54:47 UTC; root Author: Russell Dinnage [aut, cre] (ORCID: ) Maintainer: Russell Dinnage