-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 loc) · 1.4 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
Type: Package
Package: nimo
Title: Graphical User Interface for Species Distribution Modeling
Version: 0.2.1
Date: 2023-10-05
Authors@R:
person("Stanislas Mahussi", "Gandaho", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0003-4969-1252"))
Description: An Application for flexibility to manipulate and parameterize
models according to unique research needs. It provides a user-friendly
graphical interface that enables users to define complete modeling
procedures, including variables, records, algorithms, ensemble
methods, and algorithm tuning. Additionally, 'nimo' seamlessly
integrates with the "Global Biodiversity Information Facility (GBIF)",
allowing users to easily query occurrence data for biodiversity
research and incorporate it into their modeling analyses.
License: GPL (>= 3)
URL: https://github.com/stangandaho/nimo
BugReports: https://github.com/stangandaho/nimo/issues
Depends:
R (>= 3.5.0)
Imports:
dismo,
dplyr,
DT,
flexsdm,
ggplot2,
httr2,
leaflet,
leaflet.extras,
methods,
plotly,
sf,
shiny,
shinycssloaders,
shinydashboard,
shinydashboardPlus,
shinyFiles,
shinyjs,
shinyWidgets,
terra
Remotes:
sjevelazco/flexsdm
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1