- Toxic effects of spray for killing mosquitos
- Personnel selection
- Temperature in Toulouse next Wednesday
July 10th, 2019
plotly
mailR
rhandsontable
docker volume
ShinyProxy
Weather Forecast Toulouse
mailR::send.mail( from = "no-reply <noreply-efsa@openanalytics.eu>", to = emails, subject = input$subject, body = input$message, smtp = list( host.name = "smtp.openanalytics.eu", port = 25, user.name = "noreply-efsa", passwd = "***", ssl = TRUE ), authenticate = TRUE, attach.files = if (is.null(dossier)) NULL else file.path(workingDir, dossier) )
library(rhandsontable) rhandsontable(data, readOnly = TRUE) %>% hot_col(col = 4, type = "numeric") %>% hot_cell(row = editRow() + 1, col = 4, readOnly = FALSE) %>% # To make sure enough digits are shown hot_cols(renderer = htmlwidgets::JS("safeHtmlRenderer")) %>% hot_cols(renderer = paste0(" function (instance, td, row, col) { Handsontable.renderers.TextRenderer.apply(this, arguments); var row_index = ", paste("[", paste(editRow(), collapse = ","), "]"), "; for (i = 0; i < row_index.length; i++) if (row == row_index[i] & col == 3) { td.style.background = '", editColor(), "'; } }"))
library(plotly) plot_ly(data = plotData, x = ~x, y = ~c(0, diff(y)/diff(x)), type = "scatter", mode = "lines", line = list(shape = "vh"), fill = "tozeroy") %>% # add vertical lines layout(shapes = lapply(plotData$x, function(xx) list(type = "line", x0 = xx, x1 = xx, y0 = 0, y1 = 1, yref = "paper"))) %>% # allow to drag lines config(edits = list(shapePosition = TRUE))
↓ ↓
Best fitted distribution to suggest agreed quantile values
↓
0.001 | 0.25 | 0.5 | 0.75 | 0.999 |
---|---|---|---|---|
28 | 32 | 35 | 36 | 38 |
With
ShinyProxy
Username is passed from LDAP login to R Shiny App
login <- Sys.getenv("SHINYPROXY_USERNAME")
Facilitator | Expert | |
---|---|---|
Who | list with limited no. of people (extdata folder) | per session defined by the facilitator |
Action | create/close session, send invites, report results | elicitation |
Check | login in admin list | login in session’s experts list |
Create Docker Volume
Administrative
Logging Elicitation