Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.6%) to scientific vocabulary
Keywords from Contributors
ecological-niche-modelling
ensemble-modelling
model-fit-for-purpose
model-tuning
spatial-ecology
spatially-structured-validation
species-distribution-modelling
Last synced: 11 months ago
·
JSON representation
Repository
Create Ecological Niche Models with TheMetaLand
Basic Info
- Host: GitHub
- Owner: andrefaa
- Language: R
- Default Branch: master
- Size: 44.1 MB
Statistics
- Stars: 47
- Watchers: 12
- Forks: 12
- Open Issues: 12
- Releases: 1
Created over 8 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
README.Rmd
# __ENMTML__[](https://doi.org/10.1016/j.envsoft.2019.104615) [](http://www.gnu.org/licenses/gpl-3.0.html) [](https://www.tidyverse.org/lifecycle/#manturing) ## An R package for an integrated construction of Ecological Niche Models ### Installation ```ruby if (!"remotes"%in%installed.packages()){install.packages("remotes")} remotes::install_github("cran/rgeos") remotes::install_github("cran/rgdal") remotes::install_github("andrefaa/ENMTML") ``` ### Why **ENMTML**? **ENMTML** stands for **E**cological **N**iche **M**odelling within **T**he **M**eta**L**and EcologyLab. It is a product from the [Prof. Paulo De Marco's lab in Ubiversidade Federal de Goiás, Brasil](https://themetaland.wixsite.com/themetaland). It puts together a lot of our work with ENM's in the past years in a single script, with the objective of making it easy to use but also covering the complex methodological development that exists in the field. ### What is the main objective of **ENMTML**? We believe there is a division within ENM/SDM. Developers are constantly coming up with better methods, which causes those improvements to be scattered throughout literature and not always reach users. This effect is potentialized as novelties are sometimes built within different R-packages, which demand users to also have some comprehension of programming. The main objective of **ENMTML** is to minimize those issues. We gather here most of the methodological development on ENM and present them to users in a single function with arguments related to those methodological decisions. We bring together several alternatives for: * Variable collinearity control * Bias control * Accessible area delimitation * Pseudo-absence allocation * Data partition * A wide variety of algorithms * Thresholds * Evaluation metrics * [Deal with overprediction (MSDM)](https://github.com/sjevelazco/MSDM) * Ensemble models * Projection to a different time period/spatial extent (MOP calculation included) ### What if I couldn't find what I was looking for in **ENMTML**? #### Please let us know! We are regularly working on the package and are very interested in incorporating new functionalities to the package. ### Last but not least **There are no defaults!** We believe **every ENM should be carefully planned and every decision matters!** We attempted to present a solid background for all methodological alternatives in our package, you can find in our article specific details on where to find a detailed description of the included methods. ### CITATION: **Andrade, A.F.A., Velazco, S.J.E., De Marco Jr, P., 2020. ENMTML: An R package for a straightforward construction of complex ecological niche models. Environmental Modelling & Software 125, 104615. https://doi.org/10.1016/j.envsoft.2019.104615** > Please report bugs [here](https://github.com/andrefaa/ENMTML/issues) or send an e-mail to andrefaandrade@gmail.com or sjevelazco@gmail.com!
GitHub Events
Total
- Issues event: 3
- Issue comment event: 15
Last Year
- Issues event: 3
- Issue comment event: 15
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Unknown | a****e@g****m | 320 |
| sjevelazco | s****o@g****m | 306 |
| sjevelazco | s****c@g****m | 13 |
| Renata Muylaert | r****y@g****m | 1 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 32
- Total pull requests: 75
- Average time to close issues: about 2 months
- Average time to close pull requests: about 17 hours
- Total issue authors: 26
- Total pull request authors: 4
- Average comments per issue: 2.03
- Average comments per pull request: 0.0
- Merged pull requests: 74
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: 5 days
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- renatamuy (3)
- rogeriovictorsg (2)
- seandres11 (2)
- Thiieres (2)
- dannyvelezv (2)
- forianfinest (1)
- sietse-vanderwoude (1)
- bryonylb (1)
- barbaradel (1)
- MDuda2024 (1)
- AMBarbosa (1)
- th-al (1)
- allatnot (1)
- mmfava (1)
- inespereda (1)
Pull Request Authors
- andrefaa (51)
- sjevelazco (22)
- jmarshallnz (1)
- renatamuy (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
DESCRIPTION
cran
- R >= 3.5.0 depends
- RStoolbox * imports
- ade4 * imports
- adehabitatHS * imports
- caret * imports
- dismo * imports
- doParallel * imports
- dplyr * imports
- flexclust * imports
- foreach * imports
- gbm * imports
- glmnet * imports
- igraph * imports
- kernlab * imports
- maxlike * imports
- maxnet * imports
- methods * imports
- mgcv * imports
- parallel * imports
- pgirmess * imports
- plyr * imports
- randomForest * imports
- raster * imports
- rgdal * imports
- rgeos * imports
- sp * imports
- spThin * imports
- tools * imports
- usdm * imports
- testthat * suggests
[](https://doi.org/10.1016/j.envsoft.2019.104615)
[](http://www.gnu.org/licenses/gpl-3.0.html)
[](https://www.tidyverse.org/lifecycle/#manturing)
## An R package for an integrated construction of Ecological Niche Models
### Installation
```ruby
if (!"remotes"%in%installed.packages()){install.packages("remotes")}
remotes::install_github("cran/rgeos")
remotes::install_github("cran/rgdal")
remotes::install_github("andrefaa/ENMTML")
```
### Why **ENMTML**?
**ENMTML** stands for **E**cological **N**iche **M**odelling within **T**he **M**eta**L**and EcologyLab.
It is a product from the [Prof. Paulo De Marco's lab in Ubiversidade Federal de Goiás, Brasil](https://themetaland.wixsite.com/themetaland).
It puts together a lot of our work with ENM's in the past years in a single script, with the objective of making it easy to use but also covering the complex methodological development that exists in the field.
### What is the main objective of **ENMTML**?
We believe there is a division within ENM/SDM.
Developers are constantly coming up with better methods, which causes those improvements to be scattered throughout literature and not always reach users.
This effect is potentialized as novelties are sometimes built within different R-packages, which demand users to also have some comprehension of programming.
The main objective of **ENMTML** is to minimize those issues.
We gather here most of the methodological development on ENM and present them to users in a single function with arguments related to those methodological decisions.
We bring together several alternatives for:
* Variable collinearity control
* Bias control
* Accessible area delimitation
* Pseudo-absence allocation
* Data partition
* A wide variety of algorithms
* Thresholds
* Evaluation metrics
* [Deal with overprediction (MSDM)](https://github.com/sjevelazco/MSDM)
* Ensemble models
* Projection to a different time period/spatial extent (MOP calculation included)
### What if I couldn't find what I was looking for in **ENMTML**?
#### Please let us know!
We are regularly working on the package and are very interested in incorporating new functionalities to the package.
### Last but not least
**There are no defaults!**
We believe **every ENM should be carefully planned and every decision matters!**
We attempted to present a solid background for all methodological alternatives in our package, you can find in our article specific details on where to find a detailed description of the included methods.
### CITATION:
**Andrade, A.F.A., Velazco, S.J.E., De Marco Jr, P., 2020. ENMTML: An R package for a straightforward construction of complex ecological niche models. Environmental Modelling & Software 125, 104615. https://doi.org/10.1016/j.envsoft.2019.104615**
> Please report bugs [here](https://github.com/andrefaa/ENMTML/issues) or send an e-mail to andrefaandrade@gmail.com or sjevelazco@gmail.com!