Type: Package
Package: caretSDM
Title: Build Species Distribution Modeling using 'caret'
Version: 1.1.0
Authors@R: c(
    person("Dayani", "Bailly", role = "aut",
           comment = c(ORCID = "0000-0002-6954-9902")),
    person("Edivando", "Couto", role = "aut",
           comment = c(ORCID = "0000-0003-4264-8449")),
    person("José", "Hilário Delconte Ferreira", role = "aut",
           comment = c(ORCID = "0000-0002-7116-2600")),
    person("Reginaldo", "Ré", role = "aut",
           comment = c(ORCID = "0000-0001-6452-3466")),
    person("Valéria", "Batista", role = "aut",
           comment = c(ORCID = "0000-0002-6574-7338")),
    person("Luíz Fernando", "Esser", , "luizesser@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-2982-7223")))
Maintainer: Luíz Fernando Esser <luizesser@gmail.com>
Description: Use machine learning algorithms and advanced geographic information system tools to
    build Species Distribution Modeling in a extensible and modern fashion. 
License: MIT + file LICENSE
BugReports: https://github.com/luizesser/caretSDM/issues
Imports: caret, checkmate, cli, CoordinateCleaner, data.table, dismo,
        dplyr, fs, furrr, future, ggplot2, ggspatial, glue, gtools,
        httr, lwgeom, mapview, methods, parallelly, pdp, pROC,
        progressr, purrr, raster, rgbif, Rtsne, sf, stars, stats,
        stringdist, stringr, terra, tidyr, usdm, utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests: e1071, kknn, mda, naivebayes, nnet, here, tibble, withr,
        roxyglobals, covr, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends: R (>= 4.2.0)
URL: https://luizesser.github.io/caretSDM/
Config/Needs/website: rmarkdown
NeedsCompilation: no
Packaged: 2025-07-05 14:03:49 UTC; luizesser
Author: Dayani Bailly [aut] (ORCID: <https://orcid.org/0000-0002-6954-9902>),
  Edivando Couto [aut] (ORCID: <https://orcid.org/0000-0003-4264-8449>),
  José Hilário Delconte Ferreira [aut] (ORCID:
    <https://orcid.org/0000-0002-7116-2600>),
  Reginaldo Ré [aut] (ORCID: <https://orcid.org/0000-0001-6452-3466>),
  Valéria Batista [aut] (ORCID: <https://orcid.org/0000-0002-6574-7338>),
  Luíz Fernando Esser [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-2982-7223>)
Repository: CRAN
Date/Publication: 2025-07-09 10:40:15 UTC
