Newer
Older
Une appli web Shiny pour détecter les périodes de chaleur de Brebis - TechCare project
v1.0.0
Analyse de données issues de ALPHA_box et ALPHA_App - UMR SELMET
Intégration d'un algorithme de détection de rupture dans un modèle de processus de Poisson marqué pour aide à visualisation.
* bertrand.cloez@inrae.fr (MISTEA)
* isabelle.sanchez@inrae.fr (MISTEA)
* floriane.villaines@inrae.fr (stagiaire IUT Avignon)
* @marie-pierre.etienne (Agro Campus Ouest)
```
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
```
Tu peux trouver une "feuille de triche" Shiny dans Rstudio: Help -> "Cheat Sheets" -> "Web applications with Shiny"
* 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
```R
citation("shiny")
citation("shinydashboard")
```