There's now a version conflict between R and Rstudio in the devel version of the container , which was last pushed 4 days ago.
This results in plots being unable to print, as indicated by the following warning message, which is produced in a variety of situations but in my case occurred when I tried installing a remote repo (remotes::install_github("neurogenomics/MAGMA_Celltyping@bschilder_dev")):
....
In addition: Warning messages:
1: R graphics engine version 15 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.
Example Dockerfile:
https://github.com/NathanSkene/EWCE/blob/master/Dockerfile
There's now a version conflict between R and Rstudio in the
develversion of the container , which was last pushed 4 days ago.This results in plots being unable to print, as indicated by the following warning message, which is produced in a variety of situations but in my case occurred when I tried installing a remote repo (
remotes::install_github("neurogenomics/MAGMA_Celltyping@bschilder_dev")):Example Dockerfile:
https://github.com/NathanSkene/EWCE/blob/master/Dockerfile