-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
70 lines (70 loc) · 1.98 KB
/
Copy pathDESCRIPTION
File metadata and controls
70 lines (70 loc) · 1.98 KB
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
Package: sdmApp
Title: A User-Friendly Application for Species Distribution Modeling
Version: 0.0.3
Authors@R: c(
person("Aboubacar", "HEMA", , "aboubacarhema94@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0000-0000-0000")),
person("Babacar", "NDAO", , "babacar.ndao@cse.sn", role = "aut"),
person("Louise", "LEROUX", , "louise.leroux@cirad.fr", role = "aut"),
person("Abdoul Aziz", "DIOUF", , "aziz.diouf@cse.sn", role = "aut")
)
Description: A 'shiny' application that allows non-expert 'R' users to
easily model species distribution. It offers a reproducible work flow
for species distribution modeling into a single and user friendly
environment. 'sdmApp' takes 'raster' data (in format supported by the
'raster' package) and species occurrence data (several format
supported) as input argument. It provides an interactive graphical
user interface (GUI).
License: GPL-3
URL: https://github.com/Abson-dev/sdmApp,
https://abson-dev.github.io/sdmApp/
BugReports: https://github.com/Abson-dev/sdmApp/issues
Depends:
R (>= 3.5.0)
Imports:
cowplot (>= 1.1.1),
ggplot2 (>= 3.4.0),
graphics,
grDevices,
raster (>= 3.6.3),
sf (>= 1.0.0),
shiny (>= 0.12.2),
sp (>= 1.6.0),
stats
Suggests:
automap (>= 1.0-14),
blockCV (>= 2.1.1),
covr,
data.table,
dismo (>= 1.0.12),
dplyr (>= 1.0.3),
DT,
ggcorrplot (>= 0.1.3),
haven (>= 2.3.1),
kernlab (>= 0.9-29),
knitr,
randomForest (>= 4.6.10),
readxl (>= 1.3.1),
rhandsontable (>= 0.3.7),
rJava (>= 0.9-13),
rmarkdown,
shinyBS (>= 0.61),
shinydashboard,
shinyFiles (>= 0.7.0),
SSDM (>= 0.2.8),
terra,
testthat (>= 3.0.0),
tidyr (>= 1.1.2)
Remotes:
rinnan/CENFA
VignetteBuilder:
knitr,
rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: no
Roxygen: list(markdown = TRUE)
SystemRequirements: Java (>= 8)
Config/roxygen2/version: 8.0.0