Skip to content

Commit

Permalink
Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
stangandaho committed Jul 29, 2024
1 parent 66934c0 commit 6084d80
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 46 deletions.
61 changes: 38 additions & 23 deletions DESCRIPTION
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
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[![R-CMD-check](https://github.com/stangandaho/nimo/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stangandaho/nimo/actions/workflows/R-CMD-check.yaml)
[![Code coverage](https://codecov.io/gh/stangandaho/nimo/graph/badge.svg?token=ehmZyEafyI)](https://codecov.io/gh/stangandaho/nimo)
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%203%29-lightgrey.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html#license-text)
[![R-CMD-check](https://github.com/stangandaho/nimo/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stangandaho/nimo/actions/workflows/R-CMD-check.yaml)
[![Code coverage](https://codecov.io/gh/stangandaho/nimo/graph/badge.svg?token=ehmZyEafyI)](https://codecov.io/gh/stangandaho/nimo)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10495310.svg)](https://doi.org/10.5281/zenodo.10495310)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/stangandaho/nimo/total?style=flat&logo=github&label=Downloads&labelColor=3C2308&color=042D0F)




# **`{nimo}`** in brief
Expand Down

0 comments on commit 6084d80

Please sign in to comment.