2 docker containers with R ?
Dear Bogdan, Perhaps https://rstudio.github.io/packrat/ can be of help? Best, Ashim
On Sat, Apr 11, 2020 at 4:47 PM Ivan Krylov <krylov.r00t at gmail.com> wrote:
On Sat, 11 Apr 2020 03:44:51 -0700 Bogdan Tanasa <tanasa at 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
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.