## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----install_github, eval = FALSE--------------------------------------------- # devtools::install_github("NassimAyad87/EvalTest", dependencies = TRUE) ## ----setup, eval = FALSE------------------------------------------------------ # install.packages("EvalTest", dependencies = TRUE) ## ----library_call, eval = FALSE----------------------------------------------- # library(EvalTest) ## ----launch, eval = FALSE----------------------------------------------------- # run_app() ## ----display_app, eval = TRUE, echo=FALSE, out.width= "80%"------------------- knitr::include_graphics("img/screenshot2.png") ## ----display_data, eval = TRUE, echo=FALSE, out.width= "80%"------------------ knitr::include_graphics("img/screenshot1.png") ## ----display_setting, eval = TRUE, echo=FALSE, out.width= "80%"--------------- knitr::include_graphics("img/screenshot3.png") ## ----display_plot, eval = TRUE, echo=FALSE, out.width= "80%"------------------ knitr::include_graphics("img/screenshot4.png") ## ----display_matrix, eval = TRUE, echo=FALSE, out.width= "80%"---------------- knitr::include_graphics("img/screenshot5.png") ## ----display_indicators, eval = TRUE, echo=FALSE, out.width= "80%"------------ knitr::include_graphics("img/screenshot6.png") ## ----citation, eval = FALSE--------------------------------------------------- # citation("EvalTest")