Hi,
On my Rstudio server (Version 1.0.136) using R 3.3.2 the following dows not print an output to the console:
library(future)
library(promises)
plan(multisession)
future("test") %...>% print()
The command is executed and the cursor goes to the next line, awaiting a new input but nothing is printed. When opening a R session outside of Rstudio everything works as expected. Restart of R in Rstudio does not solve the issue.
Anyone experienced the same problem? How can it be solved?
edit. I do not have the possibility to upgrade on this machine, so unluckily need to use the versions installed