Skip to content
Snippets Groups Projects
README.md 1.71 KiB
Newer Older
Isabelle Sanchez's avatar
Isabelle Sanchez committed
# appAlpha

sanchezi's avatar
sanchezi committed
[[_TOC_]]
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
Une appli web Shiny pour détecter les périodes de chaleur de Brebis - TechCare project
v1.0.0
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
Analyse de données issues de ALPHA_box et ALPHA_App - UMR SELMET
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
Intégration d'un algorithme de détection de rupture dans un modèle de processus de Poisson marqué pour aide à visualisation.
sanchezi's avatar
sanchezi committed
License GPL-3 - INRAE MISTEA - 2023
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
* bertrand.cloez@inrae.fr (MISTEA)
* isabelle.sanchez@inrae.fr (MISTEA)
* floriane.villaines@inrae.fr (stagiaire IUT Avignon)
* @marie-pierre.etienne (Agro Campus Ouest)
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
# Structure
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
```
appwow
|-->data
|-->src
    |-->server
        -->serverWelcome.R
        -->serverImport.R
        -->serverHowTo.R
        -->serverAbout.R
    |-->ui
        -->uiWelcome.R
        -->uiImport.R
        -->uiHowTo.R
        -->uiAbout.R
|-->www
->functions_graph.R
->functions_detectC.R
->global.R
->server.R
->ui.R
```
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
# References
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
Tu peux trouver une "feuille de triche" Shiny dans Rstudio: Help -> "Cheat Sheets" -> "Web applications with Shiny"
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
* https://elise.maigne.pages.mia.inra.fr/formation_shiny/presentation_jour1.html#1
* https://shiny.rstudio.com/tutorial/
* https://shiny.rstudio.com/gallery/
* https://thinkr.fr/a-decouverte-de-shiny/
* https://shiny.rstudio.com/articles/
* http://isabelle.sanchez.pages.mia.inra.fr/blog_pyr/2019/10/14/gdt-pyr-9-developpement-dapplications-avec-r.html
* https://www.charlesbordet.com/fr/reactive-shiny/#c-est-quoi-la-reactivite
* https://mastering-shiny.org/
* https://thinkr.fr/tableaux-interactifs-avec-r-pour-shiny-et-vos-pages-web/#Quelques_extensions_utiles_pour_votre_DataTable
sanchezi's avatar
sanchezi committed
# Citation
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
You should cite the shiny and shinydashboard libraries:
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
```R
citation("shiny")
citation("shinydashboard")
```
Isabelle Sanchez's avatar
Isabelle Sanchez committed

sanchezi's avatar
sanchezi committed
See also citation() for citing R itself.
Isabelle Sanchez's avatar
Isabelle Sanchez committed