[R] 2 docker containers with R ?

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Sat Apr 11 13:16:29 CEST 2020


On Sat, 11 Apr 2020 03:44:51 -0700
Bogdan Tanasa <tanasa using gmail.com> wrote:

> how could I have Seurat2 and Seurat3 on the same machine

What I would try first is to install Seurat2 and Seurat3 in separate
library directories: add the `lib` argument to install.packages when
installing a given version and `lib.loc` when loading it using
library().

While Docker is definitely able to solve this problem, in my opinion,
virtualising a whole operating system is overkill in this case.

-- 
Best regards,
Ivan



More information about the R-help mailing list