Skip to content
Snippets Groups Projects
Commit b5c9bd84 authored by Jean-Karim Heriche's avatar Jean-Karim Heriche
Browse files

Update Dockerfile to R 4.4.0 (patches vulnerability in rds file deserialization).

parent 4400fb46
No related branches found
No related tags found
No related merge requests found
Pipeline #59005 failed
# Install R
FROM r-base:4.3.1
FROM r-base:4.4.0
# Set maintainer/author label
# Overrides label from base image
......
......@@ -94,7 +94,6 @@ source("R/stats.R")
## Delay execution of expr until after all session inputs have been set
execute_after_input <- function(expr, session = getDefaultReactiveDomain()) {
observeEvent(once = TRUE, reactiveValuesToList(session$input), {
print("HERE")
force(expr)
}, ignoreInit = TRUE)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment