Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 786 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 786 Bytes

ENMwrap

Ecological niche modeling tool that wraps around existing functions from other ENM packages, along with some other useful and miscellaneous functions. Currently under development.

Installation

install.packages('devtools')

devtools::install_github('yucheols/ENMwrap')

Software and package dependencies

The package will be updated soon to remove raster and rgdal dependencies

  • R (version 4.2.2 or higher)
  • ENMeval (version 2.0.4)
  • dismo (version 1.3.14)
  • SDMtune (version 1.3.1)
  • ecospat (version 4.0.0)
  • ENMTools (version 1.1.2)
  • blockCV (version 3.0.0)
  • sf (version 1.0.14)
  • terra (version 1.7.65)
  • raster (version 3.6.14)
  • rgdal (1.6.4)
  • MASS (version 7.3.58.2)
  • dplyr (version 1.1.0)
  • ggplot2 (version 3.5.1)
  • rasterVis (version 0.51.5)