Package: enmSdmX
Type: Package
Title: Species Distribution Modeling and Ecological Niche Modeling
Version: 1.2.12
Date: 2025-03-289
Authors@R: 
	c(
		person(
			given = c('Adam', 'B.'),
			family = 'Smith',
			role = c('cre', 'aut'),
			email = 'adam.smith@mobot.org',
			comment = c(ORCID = '0000-0002-6420-1659')
		)
	)
Description: Implements species distribution modeling and ecological niche
	modeling, including: bias correction, spatial cross-validation, model
	evaluation, raster interpolation, biotic "velocity" (speed and
	direction of movement of a "mass" represented by a raster), interpolating
	across a time series of rasters, and use of spatially imprecise records.
	The heart of the package is a set of "training" functions which
	automatically optimize model complexity based number of available
	occurrences. These algorithms include MaxEnt, MaxNet, boosted regression
	trees/gradient boosting machines, generalized additive models,
	generalized linear models, natural splines, and random forests. To enhance
	interoperability with other modeling packages, no new classes are created.
	The package works with 'PROJ6' geodetic objects and coordinate reference
	systems.
Depends: R (>= 4.0.0)
Imports: AICcmodavg, boot, cowplot, data.table, doParallel, DT,
        foreach, gbm, ggplot2, graphics, ks, maxnet, methods, mgcv,
        omnibus, parallel, predicts, ranger, rJava, scales, sf, shiny,
        sp, statisfactory, stats, terra, utils
Suggests:
LazyData: true
LazyLoad: yes
URL: https://github.com/adamlilith/enmSdmX
BugReports: https://github.com/adamlilith/enmSdmX/issues
Encoding: UTF-8
License: MIT + file LICENSE
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-03-29 05:15:57 UTC; adame
Author: Adam B. Smith [cre, aut] (<https://orcid.org/0000-0002-6420-1659>)
Maintainer: Adam B. Smith <adam.smith@mobot.org>
Repository: CRAN
Date/Publication: 2025-03-29 05:30:08 UTC
Built: R 4.3.3; ; 2025-03-29 05:45:35 UTC; unix
