openforis / sepal

Geographical Data Processing in the Cloud
https://sepal.io/
MIT License
207 stars 46 forks source link

Species validation tool #97

Closed t-elisee closed 3 years ago

t-elisee commented 3 years ago

What is the name of your repository ?
https://github.com/openforis/shiny-species_validation.git

The name of your dashboard app
Species validation tool

A short description of the app
This tool can be used to validate a list containing trees' or plants' scientific names.

Is your module requiring a GEE account ?
NO

Any comment you want to add
library(leaflet) library(shinydashboard) library(collapsibleTree) library(shinycssloaders) library(DT) library(tigris) library(textclean) library(shinyjs)
library(DT) library(shiny) library(tidyverse) library(leaflet.extras) library(rvest)

maintainer checklist

12rambau commented 3 years ago

Can you provide the 3 documentation files somewhere in a docs folder of your repository. When the application will be pushed to the SEPAL prod env, these files will be automatically add to the modules documentation space.

If you don't want to write anything, just copy paste the 3 doc files from this folder and replace the name at the top of each file and the link to your issue tracker

note that I changed your initial comment, in markdown, to check boxes you just need to add a "x" like [x]

cdanielw commented 3 years ago

Is this ready to be put into prod?

t-elisee commented 3 years ago

We like to have it in the test environment

cdanielw commented 3 years ago

This isn't a public GitHub Repository. It there any reason to keep it private?

t-elisee commented 3 years ago

We are using private tokens in the app. We will like to test it first before sending it out

cdanielw commented 3 years ago

OK. I've added the app, but it will take some hours for the release needed with additional R packages.

t-elisee commented 3 years ago

An error has occurred! there is no package called ‘tigris’ app can't be launched

cdanielw commented 3 years ago

Done