-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
135 lines (135 loc) · 3.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Type: Package
Package: IASDT.R
Title: Modelling the distribution of invasive alien plant species in
Europe
Version: 0.1.04
Date: 2025-04-25
Authors@R:
person("Ahmed", "El-Gabbas", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2225-088X"))
Maintainer: Ahmed El-Gabbas <[email protected]>
Description: Helper R functions for the Invasive Alien Species (IAS)
prototype Digital Twin (IAS-pDT), as part of the EU-funded BioDT
project.
License: MIT + file LICENSE
URL: https://biodt.github.io/IASDT.R/, https://biodt.eu
BugReports: https://github.com/BioDT/IASDT.R/issues
Depends:
magrittr (>= 2.0.3),
R (>= 4.0.4)
Imports:
coda (>= 0.19.4.1),
dplyr (>= 1.1.4),
furrr (>= 0.3.1),
future (>= 1.34.0),
future.apply (>= 1.11.3),
ggplot2 (>= 3.5.1),
Hmsc (>= 3.0-13),
lubridate (>= 1.9.4),
purrr (>= 1.0.2),
Rcpp (>= 1.0.13),
rlang (>= 1.1.4),
sf (>= 1.0.19),
snow (>= 0.4.4),
terra (>= 1.8.15),
tibble (>= 3.2.1),
tidyselect (>= 1.2.1)
Suggests:
abind (>= 1.4-8),
ape (>= 5.8),
archive (>= 1.1.8),
arrow (>= 17.0.0.1),
automap (>= 1.1-9),
bit64 (>= 4.0.5),
blockCV (>= 3.1.4),
car (>= 3.1.2),
caret (>= 6.0-94),
colorRamps (>= 2.3.4),
cowplot (>= 1.1.3),
crayon (>= 1.5.3),
data.table (>= 1.15.4),
devtools (>= 2.4.5),
ecospat (>= 4.1.1),
exactextractr (>= 0.10.0),
fastmatch (>= 1.1-4),
float (>= 0.3-2),
forcats (>= 1.0.0),
foreign (>= 0.8-86),
fs (>= 1.6.4),
gdata (>= 3.0.0),
ggbreak (>= 0.1.2),
ggExtra (>= 0.10.1),
ggnewscale (>= 0.5.0),
ggpubr (>= 0.6.0),
ggtext (>= 0.1.2),
ggtree (>= 3.13.0.1),
grid (>= 4.4.1),
gridExtra (>= 2.3),
gtools (>= 3.9.5),
htmltools (>= 0.5.8),
httr(>= 1.4.7),
janitor (>= 2.2.0),
jsonify (>= 1.2.2),
jsonlite (>= 1.8.8),
kableExtra (>= 1.4.0),
knitr (>= 1.49),
lme4 (>= 1.1.35.5),
lobstr (>= 1.1.2),
Matrix (>= 1.7.0),
methods,
ncdf4 (>= 1.22),
pak (>= 0.7.2),
paletteer (>= 1.6.0),
parallelly (>= 1.42),
patchwork (>= 1.2.0),
pbapply (>= 1.7.2),
png (>= 0.1.8),
pROC (>= 1.18.5),
qs2 (>= 0.1.1),
quarto (>= 1.4.4),
R.utils (>= 2.12.3),
ragg (>= 1.3.3),
raster (>= 3.6.26),
RColorBrewer (>= 1.1-3),
RcppArmadillo (>= 14.0.2-1),
RCurl (>= 1.98.1.16),
readr (>= 2.1.5),
readxl (>= 1.4.3),
Rfast (>= 2.1.0),
rgbif (>= 3.8.0),
RNetCDF (>= 2.9.2),
rstudioapi (>= 0.16.0),
rvest (>= 1.0.4),
rworldmap (>= 1.3.8),
scales (>= 1.3.0),
sessioninfo (>= 1.2.2),
smoothr (>= 1.0.1),
sp (>= 2.1-4),
spelling (>= 2.3.0),
stats,
stringi (>= 1.8.4),
stringr (>= 1.5.1),
testthat (>= 3.2.1.1),
tidyr (>= 1.3.1),
tidyterra (>= 0.6.1),
units (>= 0.8-5),
withr (>= 3.0.0),
writexl (>= 1.5.0),
xml2 (>= 1.3.6),
zip (>= 2.3.1)
LinkingTo:
Rcpp (>= 1.0.13),
RcppArmadillo (>= 14.2.2)
VignetteBuilder:
knitr
Remotes:
EmilHvitfeldt/paletteer,
hmsc-r/HMSC,
isciences/exactextractr,
YuLab-SMU/ggtree
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2