Skip to contents

Overview

ecokit is an R package offering a collection of utility functions tailored for ecologists and R programmers. It provides tools for spatial data manipulation, package management, and general R workflows, making it easier to handle ecological datasets.

Explore the full documentation for a complete list of functions.


Installation

You can install the development version of ecokit from GitHub using the remotes package:

# Install remotes if not already installed
if (!require("remotes")) install.packages("remotes")
# Install ecokit from GitHub
remotes::install_github("elgabbas/ecokit", dependencies = TRUE)


Contributing

ecokit is an open-source project, and I welcome contributions from the community! If you encounter issues, have suggestions, or want to add new features, please:

  • Report issues or suggest features on the GitHub issue tracker.
  • Submit pull requests with bug fixes or enhancements via the GitHub repository.
  • Contact me directly at elgabbas[at]outlook[dot]com for collaboration ideas or questions.

Last update: 2025-12-11