-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66934c0
commit 6084d80
Showing
3 changed files
with
44 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,47 @@ | ||
Package: nimo | ||
Type: Package | ||
Title: nimo: A Graphical User Interface-Based R Package for Species Distribution Modeling | ||
Package: nimo | ||
Title: Graphical User Interface for Species Distribution Modeling | ||
Version: 0.2.1 | ||
Date: 2023-10-05 | ||
Depends: R (>= 3.5.0) | ||
Imports: flexsdm, shiny, shinyFiles, shinydashboard, shinydashboardPlus, shinyjs, | ||
plotly, leaflet, leaflet.extras, httr2, sf, terra, dismo, | ||
DT, shinyWidgets, shinycssloaders, methods, dplyr, ggplot2 | ||
Remotes: sjevelazco/flexsdm | ||
Author: Stanislas Mahussi GANDAHO | ||
Maintainer: Stanislas Mahussi GANDAHO <[email protected]> | ||
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 | ||
Description: The nimo (niche modeler) R package, based on flexsdm and powered by | ||
Shiny, offers users the flexibility to manipulate and parameterize models | ||
according to their unique research needs. It provides a user-friendly graphical | ||
interface that enables users to define complete or partial 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. This comprehensive | ||
package empowers researchers to explore, customize, and model their data | ||
effectively, with the added benefit of accessing real-world biodiversity | ||
data through GBIF. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.3.1 | ||
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 | ||
Suggests: | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters