Files
shiny/R
Joe Cheng 6a78e9df77 Detect (probably inadvertent) attempts to inherit reactive contexts across processes
Example (we want this to fail):

library(shiny)
library(future)
plan(multicore)

r <- reactiveVal(TRUE)
isolate({
  f <- future({
    r()
  })
  value(f)
})
2018-02-09 11:12:45 -08:00
..
2017-08-21 19:55:48 -05:00
2016-03-08 16:54:28 -06:00
2017-01-25 23:45:26 +00:00
2014-02-11 22:59:37 -06:00
2015-12-10 15:11:03 -06:00
2015-09-09 12:12:47 -07:00
2016-08-12 21:26:18 -05:00
2017-08-04 15:10:08 +01:00
2016-09-16 23:39:26 -05:00
2017-01-31 20:36:28 -06:00
wip
2018-02-09 11:12:45 -08:00
2018-02-09 11:12:45 -08:00
2018-01-29 13:41:30 -06:00