Package: maxentcpp Type: Package Title: Maximum Entropy Species Distribution Modeling ('C++' Implementation) Version: 1.0.0 Authors@R: c( person("Angel", "Robles", role = c("aut", "cre"), email = "a.l.robles.fernandez@gmail.com")) Description: 'C++' implementation of Maximum Entropy (Maxent) species distribution modeling with R bindings via 'Rcpp'. Provides a high-performance reimplementation of the Maxent algorithm for modeling species geographic distributions from occurrence data and environmental variables, following Phillips et al. (2006) . Supports linear, quadratic, product, hinge, and threshold feature transformations, spatial projection in raw, logistic, and cloglog scales, and model diagnostics including Area Under the ROC Curve (AUC), variable importance, response curves, and Multivariate Environmental Similarity Surfaces (MESS) maps. URL: https://github.com/alrobles/maxentcpp, https://alrobles.github.io/maxentcpp/ BugReports: https://github.com/alrobles/maxentcpp/issues License: MIT + file LICENSE Depends: R (>= 3.5.0) Imports: Rcpp (>= 1.0.0), methods LinkingTo: Rcpp, RcppEigen Suggests: testthat (>= 3.0.0), knitr, rmarkdown, terra (>= 1.7-46), raster, sf, png, rJava, maxnet SystemRequirements: C++17 Encoding: UTF-8 LazyData: true Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 RoxygenNote: 7.3.3 Repository: https://alrobles.r-universe.dev Date/Publication: 2026-05-13 03:56:30 UTC RemoteUrl: https://github.com/alrobles/maxentcpp RemoteRef: HEAD RemoteSha: 88ddc4fdde9708d04ebf44865c096ef90a9269d1 NeedsCompilation: yes Packaged: 2026-07-18 05:12:30 UTC; root Author: Angel Robles [aut, cre] Maintainer: Angel Robles