iasdt.r
IASDT.R: Modelling the distribution of invasive alien plant species in Europe
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 11 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (19.4%) to scientific vocabulary
Keywords
biodt
europe
hmsc
invasive-species
r
sdms
species-distribution-modelling
ufz
Last synced: 6 months ago
·
JSON representation
·
Repository
IASDT.R: Modelling the distribution of invasive alien plant species in Europe
Basic Info
- Host: GitHub
- Owner: BioDT
- License: other
- Language: R
- Default Branch: main
- Homepage: https://biodt.github.io/IASDT.R/
- Size: 8.56 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
biodt
europe
hmsc
invasive-species
r
sdms
species-distribution-modelling
ufz
Created over 1 year ago
· Last pushed 6 months ago
Metadata Files
Readme
License
Citation
README.Rmd
---
output: github_document
---
[](https://github.com/BioDT/IASDT.R/actions/workflows/R-CMD-check.yaml)
# IASDT.R: Modelling the distribution of invasive alien plant species in Europe
```{r}
#| include = FALSE
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%")
.Today <- paste0("Last update: ", lubridate::today())
```
## Overview
[`IASDT.R`](https://biodt.github.io/IASDT.R) supports the invasive alien species (IAS) Digital Twin (`IASDT`), as part of the EU-funded
BioDT project. This R package provides functions for processing input data (biotic and abiotic) and modelling the distribution of invasive alien plant species across Europe using joint species distribution models. By the end of the project, it is planned that the package will enable end users to access model outputs (e.g., prediction maps) directly from R.
- More information on the BioDT project can be found at this link.
- For an overview on the IASDT, see Khan, El-Gabbas, et al.
.
- Documentation of the package functions can be found here.
- Click here for the workflow of the `IASDT`.
## Installing the package
The `IASDT.R` package is currently under development. To install the most-recent development version of the package, use the following command:
```{r, eval=FALSE}
remotes::install_github(repo = "BioDT/IASDT.R", dependencies = TRUE)
```
To update the package, use:
```{r, eval=FALSE}
remotes::update_packages("IASDT.R", dependencies = TRUE)
```
If you are using renv, update the package with:
```{r, eval=FALSE}
renv::update("IASDT.R", prompt = FALSE)
```
## Contribute to the package
Contributions, suggestions, and bug reports are welcome. Please make changes on a new branch and submit a pull request or make an issue [here](https://github.com/BioDT/IASDT.R/issues).
> For questions, please get in touch with [me](https://elgabbas.netlify.app/) at `ahmed.el-gabbas[at]ufz[dot]de`
## Citation
If you use the `IASDT.R` package, please cite it as:
> El-Gabbas, A. (2025). **IASDT.R: Modelling the distribution of invasive alien plant species in Europe**. 10.5281/zenodo.14834384, R package version 0.1.05; https://github.com/BioDT/IASDT.R; https://biodt.eu.
`r kableExtra::text_spec(.Today, color = "grey")`
Owner
- Name: BioDT
- Login: BioDT
- Kind: organization
- Website: https://biodt.eu
- Twitter: BiodiversityDT
- Repositories: 1
- Profile: https://github.com/BioDT
Horizon EU Biodiversity Digital Twin
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "IASDT.R: Modelling the distribution of invasive alien plant species in Europe"
abstract: "IASDT.R supports the invasive alien species (IAS) Digital Twin (IASDT), as part of the EU-funded BioDT project. This package provides functions for processing input data (biotic and abiotic) and modelling the distribution of invasive alien plant species across Europe using joint species distribution models."
authors:
- family-names: El-Gabbas
given-names: Ahmed
orcid: https://orcid.org/0000-0003-2225-088X
version: 0.1.4
date-released: 2025-02-06
url: "https://biodt.github.io/IASDT.R"
repository-code: "https://github.com/BioDT/IASDT.R"
doi: 10.5281/zenodo.14834384
keywords:
- digital-twin
- r
- species-distribution-modelling
- invasive-species
- europe
- sdms
- hmsc
- biodt
- ufz
GitHub Events
Total
- Release event: 3
- Watch event: 1
- Public event: 1
- Push event: 409
- Create event: 5
Last Year
- Release event: 3
- Watch event: 1
- Public event: 1
- Push event: 409
- Create event: 5
Dependencies
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 4.0.4 depends
- magrittr >= 2.0.3 depends
- Hmsc >= 3.0 imports
- Rcpp >= 1.0.13 imports
- coda >= 0.19.4.1 imports
- dplyr >= 1.1.4 imports
- furrr >= 0.3.1 imports
- future >= 1.34.0 imports
- future.apply >= 1.11.3 imports
- ggplot2 >= 3.5.1 imports
- lubridate >= 1.9.4 imports
- purrr >= 1.0.2 imports
- rlang >= 1.1.4 imports
- sf >= 1.0.19 imports
- snow >= 0.4.4 imports
- terra >= 1.8.15 imports
- tibble >= 3.2.1 imports
- tidyselect >= 1.2.1 imports
- Matrix >= 1.7.0 suggests
- R.utils >= 2.12.3 suggests
- RColorBrewer >= 1.1 suggests
- RCurl >= 1.98.1.16 suggests
- RNetCDF >= 2.9.2 suggests
- RcppArmadillo >= 14.0.2 suggests
- Rfast >= 2.1.0 suggests
- abind >= 1.4 suggests
- ape >= 5.8 suggests
- archive >= 1.1.8 suggests
- arrow >= 17.0.0.1 suggests
- automap >= 1.1 suggests
- bit64 >= 4.0.5 suggests
- blockCV >= 3.1.4 suggests
- car >= 3.1.2 suggests
- caret >= 6.0 suggests
- colorRamps >= 2.3.4 suggests
- cowplot >= 1.1.3 suggests
- crayon >= 1.5.3 suggests
- data.table >= 1.15.4 suggests
- devtools >= 2.4.5 suggests
- ecospat >= 4.1.1 suggests
- exactextractr >= 0.10.0 suggests
- fastmatch >= 1.1 suggests
- float >= 0.3 suggests
- forcats >= 1.0.0 suggests
- foreign >= 0.8 suggests
- fs >= 1.6.4 suggests
- gdata >= 3.0.0 suggests
- ggExtra >= 0.10.1 suggests
- ggbreak >= 0.1.2 suggests
- ggnewscale >= 0.5.0 suggests
- ggpubr >= 0.6.0 suggests
- ggtext >= 0.1.2 suggests
- ggtree >= 3.13.0.1 suggests
- grid >= 4.4.1 suggests
- gridExtra >= 2.3 suggests
- gtools >= 3.9.5 suggests
- janitor >= 2.2.0 suggests
- jsonify >= 1.2.2 suggests
- jsonlite >= 1.8.8 suggests
- kableExtra >= 1.4.0 suggests
- lme4 >= 1.1.35.5 suggests
- lobstr >= 1.1.2 suggests
- methods * suggests
- ncdf4 >= 1.22 suggests
- pROC >= 1.18.5 suggests
- pak >= 0.7.2 suggests
- paletteer >= 1.6.0 suggests
- patchwork >= 1.2.0 suggests
- pbapply >= 1.7.2 suggests
- png >= 0.1.8 suggests
- qs2 >= 0.1.1 suggests
- ragg >= 1.3.3 suggests
- raster >= 3.6.26 suggests
- readr >= 2.1.5 suggests
- readxl >= 1.4.3 suggests
- rgbif >= 3.8.0 suggests
- rstudioapi >= 0.16.0 suggests
- rvest >= 1.0.4 suggests
- rworldmap >= 1.3.8 suggests
- scales >= 1.3.0 suggests
- sessioninfo >= 1.2.2 suggests
- smoothr >= 1.0.1 suggests
- sp >= 2.1 suggests
- spelling >= 2.3.0 suggests
- stats * suggests
- stringi >= 1.8.4 suggests
- stringr >= 1.5.1 suggests
- testthat >= 3.2.1.1 suggests
- tidyr >= 1.3.1 suggests
- tidyterra >= 0.6.1 suggests
- units >= 0.8 suggests
- withr >= 3.0.0 suggests
- writexl >= 1.5.0 suggests
- xml2 >= 1.3.6 suggests
- zip >= 2.3.1 suggests